Skip to content

Commit

Permalink
Fixes #39 with yellow text
Browse files Browse the repository at this point in the history
  • Loading branch information
cgsmith committed Jan 15, 2016
1 parent 027abb4 commit d8ec2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vagrant-hostsupdater/HostsUpdater.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def cacheHostEntries

def removeHostEntries
if !@machine.id and !@machine.config.hostsupdater.id
@ui.warn "No machine id, nothing removed from #@@hosts_path"
@ui.info "No machine id, nothing removed from #@@hosts_path"
return
end
file = File.open(@@hosts_path, "rb")
Expand Down

0 comments on commit d8ec2d2

Please sign in to comment.