Skip to content

Commit

Permalink
debug flag
Browse files Browse the repository at this point in the history
  • Loading branch information
fwilhe committed Nov 29, 2024
1 parent 7d06572 commit 43e5c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingest-postgres.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ echo "Run data ingestion (nvd)"
echo date before nvd
date -u +%Y-%m-%dT%H:%M:%S%Z
START_NVD=$(date +%s);
glvd-data ingest-nvd
glvd-data --debug ingest-nvd
echo date after nvd
date -u +%Y-%m-%dT%H:%M:%S%Z
END_NVD=$(date +%s);
Expand Down

0 comments on commit 43e5c10

Please sign in to comment.