diff --git a/scripts/osmo-deps.sh b/scripts/osmo-deps.sh index 06100378..d5a724b7 100755 --- a/scripts/osmo-deps.sh +++ b/scripts/osmo-deps.sh @@ -1,7 +1,7 @@ #!/bin/sh set -ex project="$1" -branch="${2:-origin/master}" +branch="origin/${2:-master}" if ! test -d "$project"; then