Skip to content

Commit 40d1937

Browse files
committed
Backslash escapes don't seem to be working 🤷
1 parent 4a339aa commit 40d1937

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tox.ini

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,7 @@ deps=rstcheck
4949
[testenv:uploaddocs]
5050
allowlist_externals=rsync
5151
changedir=docs
52-
commands=
53-
rsync --rsync-path 'sudo -u herokuish rsync' -azP --stats --delete \
54-
_build/html/ \
55-
grantjenks:/srv/www/grantjenks.com/public/docs/freegames/
52+
commands=rsync --rsync-path 'sudo -u herokuish rsync' -avzP --stats --delete _build/html/ grantjenks.com:/srv/www/grantjenks.com/public/docs/freegames/
5653

5754
[isort]
5855
multi_line_output = 3

0 commit comments

Comments
 (0)