summaryrefslogtreecommitdiffstats
path: root/upslak.sh
diff options
context:
space:
mode:
Diffstat (limited to 'upslak.sh')
-rw-r--r--upslak.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/upslak.sh b/upslak.sh
index d418ccc..128970a 100644
--- a/upslak.sh
+++ b/upslak.sh
@@ -541,7 +541,7 @@ parse_template() {
-e "s/@DISTRO@/$DISTRO/g" \
-e "s/@CDISTRO@/${DISTRO^}/g" \
-e "s/@UDISTRO@/${DISTRO^^}/g" \
- -e "s/@VERSION@/${VERSION}.1337/g" \
+ -e "s/@VERSION@/${VERSION}/g" \
> ${OUTFILE}
} # End of parse_template()