Skip to content

Commit

Permalink
[backend] fixing syntax - not sure if it's the proper fix but at least
Browse files Browse the repository at this point in the history
the test suites can start a backend again
  • Loading branch information
coolo authored and adrianschroeter committed Mar 26, 2012
1 parent a59e57b commit 88ae3d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/bs_publish
Original file line number Diff line number Diff line change
Expand Up @@ -1472,7 +1472,7 @@ publishprog_done:
writestr("$extrep/.directory.yast", "$extrep/directory.yast", join('', @d));
}

if (keys(%$repotype) != 1 || !$repotype{'none'}) {
if (keys(%repotype) != 1 || !$repotype{'none'}) {
# push to stageserver
if ($BSConfig::stageserver && $BSConfig::stageserver =~ /^rsync:\/\/([^\/]+)\/(.*)$/ && defined($prp_ext)) {
print " running rsync to $1 at ".localtime(time)."\n";
Expand Down

0 comments on commit 88ae3d2

Please sign in to comment.