Skip to content

Commit

Permalink
assure rsync also removes files
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Apr 12, 2018
1 parent 49df5f6 commit f3f9d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtox/rtox.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def cli():
logging.info('Syncing the local repository to %s ...' % rsync_path)
# Distributing .tox folder would be nonsense and most likely cause
# breakages.
client.local('rsync %s--update -a . %s' % (
client.local('rsync %s--update --delete -a . %s' % (
client.rsync_params,
rsync_path))

Expand Down

0 comments on commit f3f9d5b

Please sign in to comment.