Skip to content
Snippets Groups Projects
Commit c05b1b90 authored by tusooa's avatar tusooa :zap: Committed by Haelwenn
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 6e5c7bf3
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ var env = process.env.NODE_ENV === 'testing'
: config.build.env
let commitHash = (() => {
let subst = "$Format:%h$";
const subst = "$Format:%h$";
if(!subst.match(/Format:/)) {
return subst;
} else {
......
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