Skip to content

Commit b8d8ceb

Browse files
committed
Fix the missing break
1 parent d1ec1f0 commit b8d8ceb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/recipe/os/openSUSE.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ os_opensuse_setsrc (char *option)
6464
if (choice == 1)
6565
{
6666
chsrc_run_as_bash_file (RAWSTR_os_openSUSE_leap_in_bash);
67+
break;
6768
}
6869
if (choice == 2)
6970
{

0 commit comments

Comments
 (0)