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" \