Updated uncommitted notification text

This commit is contained in:
Igor Alexandrov
2023-07-24 20:12:22 +04:00
parent ea941f33f9
commit d414253393

View File

@@ -18,7 +18,7 @@ class Mrsk::Cli::Build < Mrsk::Cli::Base
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