Skip to content

Commit

Permalink
Fixed two more trailing whitespace text
Browse files Browse the repository at this point in the history
  • Loading branch information
triggers committed Jun 5, 2015
1 parent 27a6b07 commit b9e611c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dcmgr/lib/dcmgr/endpoints/12.03/instances.rb
Expand Up @@ -187,7 +187,7 @@ def set_monitoring_parameters(instance)
get '/:instance_id/password' do
@instance = find_by_uuid(:Instance, params[:instance_id])
theresponse = R::InstancePassword.new(@instance).generate

if Dcmgr::Configurations.dcmgr.windows.delete_password_on_request
logger.info "Deleting encrypted_password for #{:instance_id}"
@instance.set({ :encrypted_password => nil }).save_changes
Expand Down
2 changes: 1 addition & 1 deletion dcmgr/lib/dcmgr/node_modules/maintenance.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b9e611c

Please sign in to comment.