Skip to content
Snippets Groups Projects
Commit ab314ffe authored by Allan Blanchard's avatar Allan Blanchard
Browse files

[Distrib] Fixes Event short_title field

parent 6324ee6e
No related branches found
No related tags found
No related merge requests found
...@@ -283,7 +283,7 @@ function add_event_page { ...@@ -283,7 +283,7 @@ function add_event_page {
echo "---" > $EVENT_WEBPAGE_PATH echo "---" > $EVENT_WEBPAGE_PATH
echo "layout: default" >> $EVENT_WEBPAGE_PATH echo "layout: default" >> $EVENT_WEBPAGE_PATH
echo "date: $(date +\"%d-%m-%Y\")" >> $EVENT_WEBPAGE_PATH echo "date: $(date +\"%d-%m-%Y\")" >> $EVENT_WEBPAGE_PATH
echo "event: $TEXTUAL_VERSION" >> $EVENT_WEBPAGE_PATH echo "short_title: $TEXTUAL_VERSION" >> $EVENT_WEBPAGE_PATH
echo -n "title: " >> $EVENT_WEBPAGE_PATH echo -n "title: " >> $EVENT_WEBPAGE_PATH
if [ "$FINAL_RELEASE" = "no" ]; then if [ "$FINAL_RELEASE" = "no" ]; then
echo -n "Beta release " >> $EVENT_WEBPAGE_PATH echo -n "Beta release " >> $EVENT_WEBPAGE_PATH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment