Skip to content

Commit b46ce6c

Browse files
committed
Fix update-checkout --dump-hashes.
1 parent 8caa0e6 commit b46ce6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/update-checkout

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ By default, updates your checkouts of Swift, SourceKit, LLDB, and SwiftPM.""")
337337

338338
if args.dump_hashes:
339339
dump_repo_hashes(config)
340-
return 0
340+
return (None, None)
341341

342342
cross_repos_pr = {}
343343
if github_comment:

0 commit comments

Comments
 (0)