forked from ungleich-public/cdist
-typo
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
9925845828
commit
edd93aa1f8
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ lib_version=$(grep ^VERSION lib/cdist/__init__.py | sed -e 's/.*= //' -e 's/"//g
|
||||||
|
|
||||||
# get date
|
# get date
|
||||||
date_today="$(date +%Y-%m-%d)"
|
date_today="$(date +%Y-%m-%d)"
|
||||||
date_changelogn=$(grep '^[[:digit:]]' doc/changelog | head -n1 | sed 's/.*: //')
|
date_changelog=$(grep '^[[:digit:]]' doc/changelog | head -n1 | sed 's/.*: //')
|
||||||
|
|
||||||
echo "Ensure you fixed/prepared version files: $files"
|
echo "Ensure you fixed/prepared version files: $files"
|
||||||
echo "changelog: $changelog_version"
|
echo "changelog: $changelog_version"
|
||||||
|
|
Loading…
Reference in a new issue