Skip to content

Commit 6da55a8

Browse files
committed
Fix bug in checkout script
`project` has been renamed to `project_future` in 51e08a0
1 parent 19e9dd4 commit 6da55a8

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)