pypi-release: fix redirect
This commit is contained in:
parent
a2d794ea70
commit
a80cbcb766
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue