Skip to content

Commit

Permalink
Add line break
Browse files Browse the repository at this point in the history
  • Loading branch information
reyery committed Feb 6, 2024
1 parent 6151c7f commit 043141d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/cityenergyanalyst.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Section "Base Installation" Base_Installation_Section
Var MicromambaPath "$INSTDIR\dependencies\micromamba.exe"
Var RootPrefix "$INSTDIR\dependencies\micromamba"
Var MicromambaHook '$PowershellCommand "& $MicromambaPath shell hook -r $RootPrefix -s powershell | Out-String | Invoke-Expression ;"'
Var ActivateCEA "$MicromambaHook micromamba activate cea"
Var ActivateCEA "$MicromambaHook micromamba activate cea;"

# create CEA conda environment
DetailPrint "Creating CEA conda environment (this might take awhile)"
Expand Down

0 comments on commit 043141d

Please sign in to comment.