Skip to content

Commit

Permalink
added break
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Jul 18, 2016
1 parent ef9c954 commit b78a0a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/AutoinstPartPlan.ycp
Expand Up @@ -368,6 +368,7 @@
foreach(map part, p["partitions"]:[], ``{
if( part["mount"] == "/" ){
ok = true;
break;
}
});
}
Expand Down

0 comments on commit b78a0a1

Please sign in to comment.