Copy documentation

bug/bundler_fix
William Vu 2015-04-10 17:17:54 -05:00
parent b5f4b72b51
commit 8acc768da7
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ class Console::CommandDispatcher::Priv::Timestomp
args.each { |a| file_path = a unless a[0] == "-" }
if file_path.nil?
print_line("\nNo filepath specified.")
print_line("\nNo file_path specified.")
return
end