forked from ungleich-public/cdist
+quotes
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
e786803dae
commit
489fa2a8be
1 changed files with 1 additions and 1 deletions
2
build
2
build
|
@ -173,7 +173,7 @@ eof
|
||||||
$0 blog
|
$0 blog
|
||||||
version=$($0 changelog-version)
|
version=$($0 changelog-version)
|
||||||
file=cdist-${version}-released.mdwn
|
file=cdist-${version}-released.mdwn
|
||||||
cd $WEBBBLOG
|
cd "$WEBBLOG"
|
||||||
git add "$file"
|
git add "$file"
|
||||||
git commit -m "New cdist version (blogentry): $version" "$file"
|
git commit -m "New cdist version (blogentry): $version" "$file"
|
||||||
git push
|
git push
|
||||||
|
|
Loading…
Reference in a new issue