Skip to content

Commit

Permalink
Updated uncommitted notification text
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-alexandrov committed Jul 24, 2023
1 parent ea941f3 commit d414253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mrsk/cli/build.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def push
run_hook "pre-build"

if (uncommitted_changes = Mrsk::Utils.uncommitted_changes).present?
say "The following paths have uncommitted changes (check your .gitignore file):\n #{uncommitted_changes}", :yellow
say "The following paths have uncommitted changes:\n #{uncommitted_changes}", :yellow
end

run_locally do
Expand Down

0 comments on commit d414253

Please sign in to comment.