mirror of
https://github.com/YunoHost-Apps/streams_ynh.git
synced 2024-09-03 20:26:20 +02:00
Oops
This commit is contained in:
parent
563f00e675
commit
736f5d633e
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ set__git_branch_mode() {
|
||||||
else
|
else
|
||||||
ynh_print_err --message="\"release\" branch is behind your local \"dev\" branch, rolling back is not allowed here"
|
ynh_print_err --message="\"release\" branch is behind your local \"dev\" branch, rolling back is not allowed here"
|
||||||
exit 0
|
exit 0
|
||||||
|
fi
|
||||||
elif [ "$git_branch_mode" -eq "1" ]; then
|
elif [ "$git_branch_mode" -eq "1" ]; then
|
||||||
# If git_branch was set to 1, switch to "dev" branch
|
# If git_branch was set to 1, switch to "dev" branch
|
||||||
(cd "$install_dir" && git checkout dev)
|
(cd "$install_dir" && git checkout dev)
|
||||||
|
|
Loading…
Add table
Reference in a new issue