From 9fdcee67da1165e3713903ab8f6c9fde1363a987 Mon Sep 17 00:00:00 2001 From: Timothy Sutton Date: Wed, 9 Nov 2022 09:21:37 -0500 Subject: [PATCH] typo --- ci/windows/ci-windows.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/windows/ci-windows.sh b/ci/windows/ci-windows.sh index 2ea7a9a..c263275 100755 --- a/ci/windows/ci-windows.sh +++ b/ci/windows/ci-windows.sh @@ -12,7 +12,7 @@ $python -V $python -m pip install -r "${script_dir}/requirements.txt" -$PYTHON_HOME="/c/hostedtoolcache/windows/Python/${PYTHON_VERSION}/x64" \ +PYTHON_HOME="/c/hostedtoolcache/windows/Python/${PYTHON_VERSION}/x64" \ pyinstaller \ --onefile \ brigadier