We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4b64df commit 4da9447Copy full SHA for 4da9447
utils/update-checkout
@@ -68,7 +68,7 @@ def obtain_additional_swift_sources(opts = {'with_ssh': False}):
68
with WorkingDirectory(SWIFT_SOURCE_ROOT):
69
if not os.path.isdir(os.path.join(dir_name, ".git")):
70
print("--- Cloning '" + dir_name + "' ---")
71
- if opts['with_ssh'] == True:
+ if opts['with_ssh'] is True:
72
remote = "[email protected]:" + repo + '.git'
73
else:
74
remote = "https://github.com/" + repo + '.git'
0 commit comments