This commit is contained in:
Jon Ruskin 2017-07-05 14:57:18 -07:00
parent 941cd995eb
commit 81245b4583
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ module Licensee
@root = args.delete(:search_root) || @dir
unless valid_search_root?
raise 'Search root must the FSProject path directory or its ancestory'
raise 'Search root must be the FSProject path directory or its ancestor'
end
super(**args)