Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1b047ba

Browse files
committed
fix: remove quotes arround sessions
1 parent b8655b5 commit 1b047ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.kokoro/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ python3 -m nox --version
4343
# If NOX_SESSION is set, it only runs the specified session,
4444
# otherwise run all the sessions.
4545
if [[ -n "${NOX_SESSION:-}" ]]; then
46-
python3 -m nox -s "${NOX_SESSION:-}"
46+
python3 -m nox -s ${NOX_SESSION:-}
4747
else
4848
python3 -m nox
4949
fi

0 commit comments

Comments
 (0)