Skip to content

Commit

Permalink
Merge pull request #149 from xAPI-vle/auto-release
Browse files Browse the repository at this point in the history
Fixes the version file generation.
  • Loading branch information
ryasmi committed Oct 10, 2017
2 parents c3431c4 + 9fd393d commit efab7a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generateVersionFile.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ versionPrefix=$(date +"%Y%m%d")
versionSuffix=$(printf %02d $todaysReleases)
version="$versionPrefix$versionSuffix"

template=$(cat templateVersionFile)
template=$(cat ./scripts/templateVersionFile)
eval "echo \"$template\"" > version.php

0 comments on commit efab7a3

Please sign in to comment.