Skip to content

Commit

Permalink
Fix typo in bucket name handling (google#1845)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpollock authored Nov 29, 2023
1 parent 555af05 commit d039ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vulnfeeds/cmd/combine-to-osv/run_combine_to_osv_convert.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ gcloud --no-user-output-enabled storage rsync "gs://${INPUT_BUCKET}/parts/" "$OS
echo "Successfully synced from GCS bucket"

echo "Begin syncing NVD data from GCS bucket ${INPUT_BUCKET}"
gcloud --no-user-output-enabled storage -q cp "${INPUT_BUCKET}/nvd/*-????.json" "${CVE_OUTPUT}"
gcloud --no-user-output-enabled storage -q cp "gs://${INPUT_BUCKET}/nvd/*-????.json" "${CVE_OUTPUT}"
echo "Successfully synced from GCS bucket"

if [[ -n "$CVELIST" ]]; then
Expand Down

0 comments on commit d039ca1

Please sign in to comment.