Skip to content

Commit

Permalink
verbose -> silent
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Dec 30, 2024
1 parent 4363d45 commit 1b54125
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/transform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ else
fi

# make sure the sheet passes the check my work
STATUS=$(curl -v \
STATUS=$(curl -s \
-w '%{http_code}' \
-H "X-Secret: $SHARED_SECRET" \
-o check.json \
Expand All @@ -34,7 +34,7 @@ if [[ "$(jq '. | length' check.json)" -gt 0 ]]; then
fi

# transform google sheet to a workbench CSV
STATUS=$(curl -v \
STATUS=$(curl -s \
-w '%{http_code}' \
-H "X-Secret: $SHARED_SECRET" \
-XPOST \
Expand Down

0 comments on commit 1b54125

Please sign in to comment.