Browse Source

fixup! make/lib: safe_checkout_branch stačí 1 parametr

pull/11/head
Pavel "LEdoian" Turinsky 2 years ago
parent
commit
34e751fd69
  1. 2
      make/lib.sh

2
make/lib.sh

@ -46,7 +46,7 @@ function only_in_directory {
}
function safe_checkout_branch {
if "$#" -ne 2
if test "$#" -ne 1
then
echo >&2 "Použití: $0 <branch>"
return 1

Loading…
Cancel
Save