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

Commit

Permalink
build should output zip with military time
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed Dec 10, 2015
1 parent a190277 commit 7d6a398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ gulp.task("default", ["patch"], function() {
}))
.pipe(jsonlint.failAfterError())
.pipe(addsrc.append(["../src/**/*.sh"]))
.pipe(zip("elasticsearch-marketplace" + dateFormat(new Date(), "-yyyymmdd-hhMMss-Z").replace("+","-") +".zip"))
.pipe(zip("elasticsearch-marketplace" + dateFormat(new Date(), "-yyyymmdd-HHMMss-Z").replace("+","-") +".zip"))
.pipe(gulp.dest("../dist"));
;
stream.on("finish", function() {
Expand Down

0 comments on commit 7d6a398

Please sign in to comment.