Add 'to' to error message.

This commit is contained in:
Shayne Tremblay
2017-09-02 13:06:46 -07:00
parent a2b365fb6f
commit ae343c4cab
2 changed files with 5 additions and 5 deletions

View File

@@ -37,7 +37,7 @@ module Homesick
def check_castle_existance(name, action)
return if castle_dir(name).exist?
say_status :error,
"Could not #{action} #{name}, expected #{castle_dir(name)} exist and contain dotfiles",
"Could not #{action} #{name}, expected #{castle_dir(name)} to exist and contain dotfiles",
:red
exit(1)
end