We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e756d41 commit b7d4713Copy full SHA for b7d4713
lib/helmsnap/setup_dependencies.rb
@@ -22,7 +22,7 @@ def call
22
attr_accessor :config, :processed_paths
23
24
def clear_existing_repos!
25
- result = run_cmd("helm", "repo", "ls").output
+ result = run_cmd("helm", "repo", "ls", allow_failure: true).output
26
27
result.scan(/#{REPO_NAME_PREFIX}\S+/o) do |repo_name|
28
run_cmd("helm", "repo", "remove", repo_name)
0 commit comments