Skip to content
Snippets Groups Projects
Commit 440ca612 authored by Ryan Smith's avatar Ryan Smith
Browse files

fix(package): Fixes the version file generation.

parent c259a3b3
No related branches found
No related tags found
No related merge requests found
......@@ -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% 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