Skip to content
This repository was archived by the owner on Mar 30, 2023. It is now read-only.

Commit 7d6a398

Browse files
committed
build should output zip with military time
1 parent a190277 commit 7d6a398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ gulp.task("default", ["patch"], function() {
7272
}))
7373
.pipe(jsonlint.failAfterError())
7474
.pipe(addsrc.append(["../src/**/*.sh"]))
75-
.pipe(zip("elasticsearch-marketplace" + dateFormat(new Date(), "-yyyymmdd-hhMMss-Z").replace("+","-") +".zip"))
75+
.pipe(zip("elasticsearch-marketplace" + dateFormat(new Date(), "-yyyymmdd-HHMMss-Z").replace("+","-") +".zip"))
7676
.pipe(gulp.dest("../dist"));
7777
;
7878
stream.on("finish", function() {

0 commit comments

Comments
 (0)