updated github_repo_protect_branches.sh

pull/2/head
Hari Sekhon 3 years ago
parent 4e32ff1b9f
commit 00fcb2730c

@ -71,7 +71,7 @@ protect_repo_branch(){
}
if [ $# -gt 0 ]; then
for repo in "$@"; do
for branch in "$@"; do
protect_repo_branch "$branch"
done
else

Loading…
Cancel
Save