mirror of
https://github.com/luzifer-docker/pvc-git.git
synced 2024-12-20 14:21:18 +00:00
Fix: Continue makes no sense in restore
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
dff27205e3
commit
1a8bcc58a4
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ function run_restore() {
|
|||
info "Fetching remote to reset..."
|
||||
git fetch origin ${BRANCH} || {
|
||||
error "Fetch failed (exit $?)"
|
||||
continue
|
||||
return 1
|
||||
}
|
||||
|
||||
info "Resetting to remote state..."
|
||||
|
|
Loading…
Reference in a new issue