Skip to content

Commit e13b612

Browse files
committed
fix deployment script
1 parent e620e9c commit e13b612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/fypp_deployment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def deploy_stdlib_fpm(with_ilp64):
9191

9292
if with_ilp64:
9393
base_folder = 'stdlib-fpm-ilp64'
94-
else
94+
else:
9595
base_folder = 'stdlib-fpm'
9696

9797
if not os.path.exists(base_folder+os.sep+'src'):

0 commit comments

Comments
 (0)