Skip to content

Commit 721b2bb

Browse files
committed
fix typo
1 parent a8ea845 commit 721b2bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ before_deploy:
6161
- mkdir ezmote
6262
- tar xvfz ezmote.tar.gz -C ezmote
6363
- rm ezmote.tar.gz
64-
- $PRUN run pyinstaller --clean --log-level=INFO -F cmdserver.spec
64+
- $PRUN pyinstaller --clean --log-level=INFO -F cmdserver.spec
6565
- |
6666
if [[ -n "${PRUN}" ]]
6767
then

0 commit comments

Comments
 (0)