Skip to content

Commit

Permalink
Merge pull request #24 from philips-software/fix-missing-quote
Browse files Browse the repository at this point in the history
Fix missing quote
  • Loading branch information
bartgolsteijn authored Nov 24, 2023
2 parents 8e7a452 + 9e767f0 commit 32a4fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get-blackduck-report.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function show_banner {

function show_usage {
echo
echo "Usage: ./get-blackduck-report.sh [blackduck-url] [blackduck-api-token] [project-name] [version-name] <report-type> <report-format>
echo "Usage: ./get-blackduck-report.sh [blackduck-url] [blackduck-api-token] [project-name] [version-name] <report-type> <report-format>"
}

function get_bearer {
Expand Down

0 comments on commit 32a4fa3

Please sign in to comment.