Skip to content

Commit

Permalink
Oops. fixed syntax error.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed Jun 29, 2017
1 parent 55b1ff9 commit c4ba67a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build/Kiwi.pm
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ sub kiwiparse {
}
die("derived_from url not using obs:/ scheme: $derived\n") unless $prp;
}
push @packages, "container:$name" defined $name;
push @packages, "container:$name" if defined $name;
push @containerrepos, $prp if $prp;
}

Expand Down

0 comments on commit c4ba67a

Please sign in to comment.