Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
--- We've fixed the printf command in the release making workflow that refused to work because of the "-" prefix, even when double-quoted. --- Before Before the fix is done, it would print a bogus error message. - printf "- SHA256 sum of bskyid (Windows): " bash: printf: - : invalid option printf: usage: printf [-v var] format [arguments] After The modified printf command causes the quoted text to be printed correctly - printf -- "- SHA256 sum of bskyid (Windows): " - SHA256 sum of bskyid (Windows): --- Type: fix Breaking: False Doc Required: False Backport Required: False Part: 1/1
- Loading branch information