Skip to content

Commit

Permalink
Merge pull request devopsdays#2125 from devopsdays/speakers-fix
Browse files Browse the repository at this point in the history
Copying speakers.md at the correct time
  • Loading branch information
bridgetkromhout authored Mar 25, 2017
2 parents 256a543 + c9393f1 commit e885ff9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/add_speakers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ datestamp=$(date +%Y-%m-%dT%H:%M:%S%z | sed 's/^\(.\{22\}\)/\1:/')

# Create empty speakers page file (will be auto-filled for display)
speakerspage="../content/events/$event_slug/speakers.md"
cp examples/content/events/yyyy-city/speakers.md $speakerspage
cp examples/templates/speakers.md $speakerspage
SEDCMD "s/2000-01-01T01:01:01-06:00/$datestamp/" $speakerspage

# uncomment link to speakers page
Expand Down
File renamed without changes.

0 comments on commit e885ff9

Please sign in to comment.