Skip to content

Commit 40b76e8

Browse files
fix code
1 parent e38d14e commit 40b76e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builders/macos-python-builder.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ class macOSPythonBuilder : NixPythonBuilder {
151151
$variablesToReplace = @{
152152
"{{__VERSION_FULL__}}" = $this.Version;
153153
"{{__PKG_NAME__}}" = $this.GetPkgName();
154-
"{__ARCHITECTURE__}" = $this.Architecture;
154+
"{{__ARCHITECTURE__}}" = $this.Architecture;
155155
}
156156

157157
$variablesToReplace.keys | ForEach-Object { $installationTemplateContent = $installationTemplateContent.Replace($_, $variablesToReplace[$_]) }

0 commit comments

Comments
 (0)