Skip to content

Commit e9c255e

Browse files
authored
Merge pull request #504 from ahoppen/pr/fix-bug-in-checkout
Fix bug in checkout script
2 parents e1bd2a9 + 6da55a8 commit e9c255e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checkout

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def main():
5959
continue
6060
total_repos += 1
6161
for compatible_swift in repo['compatibility']:
62-
project.checkout(root_path, repo, compatible_swift['commit'])
62+
project_future.checkout(root_path, repo, compatible_swift['commit'])
6363
common.debug_print('='*40)
6464
common.debug_print('Repository Summary:')
6565
common.debug_print(' Total: %s' % total_repos)

0 commit comments

Comments
 (0)