Skip to content

Commit d116524

Browse files
authored
fix: binary name in run_debian_convert.sh (#3997)
The binary name changed in #3987, but we didn't update the script.
1 parent 329bc85 commit d116524

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vulnfeeds/cmd/debian/run_debian_convert.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ echo "Begin syncing NVD data from GCS bucket ${INPUT_BUCKET}"
2222
gcloud --no-user-output-enabled storage -q cp "gs://${INPUT_BUCKET}/nvd/*-????.json" "${CVE_OUTPUT}"
2323
echo "Successfully synced from GCS bucket"
2424

25-
./debian-osv -output_bucket "$OUTPUT_BUCKET" -output_path "$OSV_OUTPUT_PATH" -num_workers "$WORKERS"
26-
echo "Successfully converted and uploaded to cloud"
25+
./debian -output_bucket "$OUTPUT_BUCKET" -output_path "$OSV_OUTPUT_PATH" -num_workers "$WORKERS"
26+
echo "Successfully converted and uploaded to cloud"

0 commit comments

Comments
 (0)