Skip to content

Commit 861dd82

Browse files
committed
fixup quotes
1 parent a60d484 commit 861dd82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
env:
6868
PYPI_VERSION: ${{ steps.read_version.outputs.pypi_version }}
6969
run: |
70-
INSTALLED_VERSION="$(python3 -m netfoundry.version)""
70+
INSTALLED_VERSION="$(python3 -m netfoundry.version)"
7171
if ! [[ ${PYPI_VERSION} == ${INSTALLED_VERSION#v} ]]; then
7272
echo "ERROR: PyPi and installed version do not match." >&2
7373
exit 1

0 commit comments

Comments
 (0)