summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2006-01-21 02:47:58 +0000
committerPaul W. Frields <stickster@gmail.com>2006-01-21 02:47:58 +0000
commit96d97aa1068cecda1e41bfbebad37ecc52350908 (patch)
tree7e15c4cb05f70d756cb67d967b63c8a8ca2fb335 /bin
parent672e143437aee30c5d50cdc4bb6083f864f08ee9 (diff)
downloadfedora-doc-utils-96d97aa1068cecda1e41bfbebad37ecc52350908.tar.gz
fedora-doc-utils-96d97aa1068cecda1e41bfbebad37ecc52350908.tar.xz
fedora-doc-utils-96d97aa1068cecda1e41bfbebad37ecc52350908.zip
Heh, maybe we mean month instead of minute here...
Diffstat (limited to 'bin')
-rwxr-xr-xbin/insert-changelog2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/insert-changelog b/bin/insert-changelog
index 2676411..58eff41 100755
--- a/bin/insert-changelog
+++ b/bin/insert-changelog
@@ -25,7 +25,7 @@ if test $ROLE = "rpm"; then
NUMBER=1
REVDESC="an integer release number"
elif test $ROLE = "doc"; then
- REVDATE=`date +"%Y-%M-%d"`
+ REVDATE=`date +"%Y-%m-%d"`
ZEROREV=0.0 # unlikely, but you never know
REVDESC="a decimal version number"
else