Skip to content

Commit

Permalink
fix writing proposals (bnc#994127)
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Aug 25, 2016
1 parent 9065345 commit 419c380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/installation/proposal_runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ def write_settings

log.info "Writting settings for proposal"

@store.proposal_names do |submod|
@store.proposal_names.each do |submod|
submod_success = submod_write_settings(submod)
submod_success = true if submod_success.nil?
log.error "Write() failed for submodule #{submod}" unless submod_success
Expand Down

0 comments on commit 419c380

Please sign in to comment.