Přebytečný středník

This commit is contained in:
Pavel 'LEdoian' Turinsky 2022-11-15 11:48:48 +01:00
parent 323477dbf2
commit f6d939fc31

View file

@ -28,7 +28,7 @@ function ensure_venv {
function safe_checkout_branch {
if "$#" -ne 2;
if "$#" -ne 2
then
echo >&2 "Použití: $0 <branch> <current-script>"
return 1