Skip to content

Commit

Permalink
missing bracket closure fails rake tests
Browse files Browse the repository at this point in the history
  • Loading branch information
miketheman authored and mitchellh committed Jan 8, 2012
1 parent 87b1a66 commit e05bfb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vagrant.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# This means that the logging constant wasn't found,
# which is fine. We just keep `level` as `nil`. But
# we tell the user.
$stderr.puts "Invalid VAGRANT_LOG level is set: #{ENV["VAGRANT_LOG"}"
$stderr.puts "Invalid VAGRANT_LOG level is set: #{ENV["VAGRANT_LOG"]}"
end

# Set the logging level on all "vagrant" namespaced
Expand Down

0 comments on commit e05bfb7

Please sign in to comment.