forked from ungleich-public/cdist
fix auto-generating the version file
This commit is contained in:
parent
0cf0cdd0c3
commit
6985c1faba
1 changed files with 1 additions and 1 deletions
|
@ -300,7 +300,7 @@ eof
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
version)
|
version)
|
||||||
git describe > cdist/version.py
|
echo "VERSION = \"$(git describe)\"" > cdist/version.py
|
||||||
;;
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
|
|
Loading…
Reference in a new issue