Přebytečný středník
This commit is contained in:
parent
323477dbf2
commit
f6d939fc31
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ function ensure_venv {
|
||||||
|
|
||||||
|
|
||||||
function safe_checkout_branch {
|
function safe_checkout_branch {
|
||||||
if "$#" -ne 2;
|
if "$#" -ne 2
|
||||||
then
|
then
|
||||||
echo >&2 "Použití: $0 <branch> <current-script>"
|
echo >&2 "Použití: $0 <branch> <current-script>"
|
||||||
return 1
|
return 1
|
||||||
|
|
Loading…
Reference in a new issue