Skip to content

Commit

Permalink
fix: Outdated command requires helm repos to be initialized
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian May committed Apr 28, 2024
1 parent b07814b commit 09c5c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ impl Request {
Self::Diff { .. } => true,
Self::Test { .. } => true,
Self::Template { .. } => true,
Self::Outdated { .. } => false,
Self::Outdated { .. } => true,
Self::Update { .. } => false,
}
}
Expand Down

0 comments on commit 09c5c83

Please sign in to comment.