summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-01-26 16:38:08 -0500
committerDessalines <tyhou13@gmx.com>2020-01-26 16:38:08 -0500
commitcc6c173828c34ceffb3ebaec624ec2d4e813c251 (patch)
treebb62d76964be37638414c91b8a75e641633ebb3c /docker
parentf0051e6d89948bd0bb2f8297931e4c1a1b62817d (diff)
Formatting translation file, changing deploy script to const.
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/dev/deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/dev/deploy.sh b/docker/dev/deploy.sh
index 6b79f8f2..beaa0768 100755
--- a/docker/dev/deploy.sh
+++ b/docker/dev/deploy.sh
@@ -9,7 +9,7 @@ third_semver=$(echo $new_tag | cut -d "." -f 3)
# Setting the version on the front end
cd ../../
-echo "export let version: string = '$(git describe --tags)';" > "ui/src/version.ts"
+echo "export const version: string = '$(git describe --tags)';" > "ui/src/version.ts"
git add "ui/src/version.ts"
# Setting the version on the backend
echo "pub const VERSION: &str = \"$(git describe --tags)\";" > "server/src/version.rs"