ensure to default to charts not apps

This commit is contained in:
kjeld Schouten-Lebbing
2022-03-29 21:20:19 +02:00
parent 3cb3957e42
commit 5bd9c77db9
+1 -1
View File
@@ -660,7 +660,7 @@ parse_command_line() {
if [[ -z "$repo" ]]; then
echo "No repo configured, defaulting to apps" >&2
repo="apps"
repo="charts"
fi
if [[ -z "$charts_repo_url" ]]; then