Skip to content

Commit 0138eb1

Browse files
fix: restore script with -c option leads to infinite loop (#243)
Co-authored-by: Francisco González <francisco.gonzalez@qatium.com>
1 parent b1ed0ec commit 0138eb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

restorer

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ EOF
4545
;;
4646
--continue | -c)
4747
continue=true
48+
break
4849
;;
4950
*) ;;
5051

0 commit comments

Comments
 (0)