Skip to content

Commit ca90ca0

Browse files
chore: prefix the url message
1 parent 8bd6495 commit ca90ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ async function main(args) {
237237
args.source,
238238
)
239239

240-
verbose(uploadURL, args.verbose)
240+
verbose(`Returned upload url: ${uploadURL}`, args.verbose)
241241

242242
verbose(
243243
`${uploadURL.split('\n')[1]}

0 commit comments

Comments
 (0)