pypi-release: fix redirect

This commit is contained in:
Alexander Gehrke 2020-11-27 14:33:36 +01:00
parent a2d794ea70
commit a80cbcb766

View file

@ -2,7 +2,7 @@
source ${$(realpath "$0"):h:h}/lib/common.zsh source ${$(realpath "$0"):h:h}/lib/common.zsh
root=$(git rev-parse --show-toplevel 2&>1) root=$(git rev-parse --show-toplevel 2>&1)
if [[ $? != 0 ]]; then if [[ $? != 0 ]]; then
echo "couldn't find project root (not a git repo?)" echo "couldn't find project root (not a git repo?)"
exit 1 exit 1