Skip to content

Commit

Permalink
Little fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertSzkutak committed Feb 8, 2016
1 parent 7346cd4 commit 0dc1e2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/lib/server_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -853,13 +853,13 @@ def wipe
else
#logger.debug %Q{#{setup} setup:do-wipe(#{config})}

wipe_changes = find_arg(['--wipe-changes'])
wipe_changes = find_arg(['--apply-changes'])

if wipe_changes == nil
wipe_changes = ""
end

r = execute_query %Q{#{setup} setup:do-wipe(#{config}, "#{wipe_changes}")})}
r = execute_query %Q{#{setup} setup:do-wipe(#{config}, "#{wipe_changes}")}
end
logger.debug "code: #{r.code.to_i}"

Expand Down

0 comments on commit 0dc1e2e

Please sign in to comment.