From d414253393a27c0000e1f8f654419819fd6d0ce4 Mon Sep 17 00:00:00 2001 From: Igor Alexandrov Date: Mon, 24 Jul 2023 20:12:22 +0400 Subject: [PATCH] Updated uncommitted notification text --- lib/mrsk/cli/build.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mrsk/cli/build.rb b/lib/mrsk/cli/build.rb index a46e03f4..e9aeec66 100644 --- a/lib/mrsk/cli/build.rb +++ b/lib/mrsk/cli/build.rb @@ -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