Skip to content

Commit

Permalink
fix: quote in wrong place
Browse files Browse the repository at this point in the history
Signed-off-by: Leandro Mendes <[email protected]>
  • Loading branch information
theflockers committed Jan 30, 2025
1 parent 450e423 commit 493a7b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ spec:
else
iib_service_account_secret="iib-service-account-prod"
fi
publishing_credentials=$(jq -r '.fbc.publishingCredentials' // "catalog-publishing-secret" "$DATA_FILE")
publishing_credentials=$(jq -r '.fbc.publishingCredentials // "catalog-publishing-secret"' "$DATA_FILE")
timestamp_format=$(jq -r '.fbc.timestampFormat // "%s"' "${DATA_FILE}")
timestamp=$(date "+${timestamp_format}")
Expand Down

0 comments on commit 493a7b9

Please sign in to comment.