Skip to content
This repository has been archived by the owner on Dec 12, 2019. It is now read-only.

Commit

Permalink
Minor tweak to feedback when loading settings files
Browse files Browse the repository at this point in the history
  • Loading branch information
dixhuit committed Mar 6, 2015
1 parent 3344917 commit c6d79e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ vconfig = YAML::load_file(vagrant_dir + "/vlad/playbooks/vars/defaults/vagrant.y
# Iterate over the settings files and load the first file that is found for each type, then
# merge them over the base/default settings loaded in vconfig
loaded_vlad_settings = false
puts "\nChecking for vlad settings and overrides..."
puts "\nChecking for Vlad settings and local overrides..."
settings_files.each do |type, paths|
paths.each do |file|
if File.exists?(file)
Expand All @@ -53,7 +53,7 @@ end

# Warn if we didn't find any files to load
unless loaded_vlad_settings
puts "No Vlad settings or overrides file found (will use default settings)."
puts "No Vlad settings or local overrides files found (will use default settings)."
end
puts

Expand Down

0 comments on commit c6d79e2

Please sign in to comment.