mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
no more "y" in bb_repo_upload
This commit is contained in:
parent
01b6b434a0
commit
41976ae8bd
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ function bb_repo_upload()
|
||||||
A=$(printf -- '%s,' ${REVIEWERS[@]})
|
A=$(printf -- '%s,' ${REVIEWERS[@]})
|
||||||
A=${A%,}
|
A=${A%,}
|
||||||
echo "Reviewers: $A"
|
echo "Reviewers: $A"
|
||||||
repo upload --cbr --re=$A .
|
yes | repo upload --cbr --re=$A .
|
||||||
}
|
}
|
||||||
|
|
||||||
function bb_merge_staging_main()
|
function bb_merge_staging_main()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue