Skip to content

Commit 1eac900

Browse files
committed
📝 Comment
1 parent f4237bf commit 1eac900

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎bin/projectinator.rb‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ def load(filepath:nil, env:{}, silent:false)
5151
config = load_and_log( _filepath, "from working directory", silent )
5252
return _filepath, config
5353

54-
# If no user provided filepath and the default filepath does not exist,
55-
# we have a big problem
54+
# If no user-provided filepath and the default filepath does not exist, we have a big problem
5655
else
5756
raise "No project filepath provided and default #{DEFAULT_PROJECT_FILEPATH} not found"
5857
end

0 commit comments

Comments
 (0)