Skip to content

Commit

Permalink
fix: Remediation message made less explicit
Browse files Browse the repository at this point in the history
Refs: cnti-testcatalog#1926

Signed-off-by: svteb <slavo.valko@tietoevry.com>
  • Loading branch information
svteb committed Jun 26, 2024
1 parent b6a18ab commit ff55961
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tasks/cluster_setup.cr
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ task "install_cluster_tools" do |_, args|
ClusterTools.install
rescue e : ClusterTools::NamespaceDoesNotExistException
Log.info { "#{e.message}" }
puts "Please run: ./cnf-testsuite setup"
puts "Please run: cnf-testsuite setup"
end
end

Expand All @@ -24,6 +24,6 @@ task "uninstall_cluster_tools" do |_, args|
ClusterTools.uninstall
rescue e : ClusterTools::NamespaceDoesNotExistException
Log.info { "#{e.message}" }
puts "Please run: ./cnf-testsuite setup"
puts "Please run: cnf-testsuite setup"
end
end

0 comments on commit ff55961

Please sign in to comment.