Skip to content

Commit 328d6f7

Browse files
committed
Fix SC2046: Quote this to prevent word splitting
1 parent c118769 commit 328d6f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/source-and-docs-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
tar xvf Python-${{ inputs.cpython_release }}.tgz
8282
cd Python-${{ inputs.cpython_release }}
8383
84-
./configure --prefix=$(realpath '../installation/')
84+
./configure "--prefix=$(realpath '../installation/')"
8585
make -j
8686
make install -j
8787

0 commit comments

Comments
 (0)