Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMEDDAH Julien <julien.meddah@deveryware.com>2015-03-20 18:43:57 +0300
committerForrest L Norvell <forrest@npmjs.com>2015-03-27 10:34:50 +0300
commitf87c728f8732c9e977c0dc2060c0610649e79155 (patch)
tree3b26d7ddf4faa973eaf2d08331e13170e9073b1a /scripts
parent4e216b29b30463f06afe6e3c645e205da5f50922 (diff)
Switching minutes and months
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/doc-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/doc-build.sh b/scripts/doc-build.sh
index 79629c63d..6a5c7aa70 100755
--- a/scripts/doc-build.sh
+++ b/scripts/doc-build.sh
@@ -61,7 +61,7 @@ fi
src=$1
dest=$2
name=$(basename ${src%.*})
-date=$(date -u +'%Y-%M-%d %H:%m:%S')
+date=$(date -u +'%Y-%m-%d %H:%M:%S')
version=$(node cli.js -v)
mkdir -p $(dirname $dest)