From 0efb4aaa67e6af2bfcdea790e27a6584ec41377c Mon Sep 17 00:00:00 2001 From: Jakub Valenta Date: Tue, 15 Dec 2020 15:24:55 +0100 Subject: [PATCH] create-chart: Fix script arguments --- create-chart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/create-chart b/create-chart index 7ff044c..3a68914 100755 --- a/create-chart +++ b/create-chart @@ -15,8 +15,7 @@ if [[ -z "$AUTH_TOKEN" ]]; then exit 1 fi -chart_id=$1 -chart_json_path=$2 +chart_json_path=$1 set -x curl -X POST "$API_URL/v3/charts" \