Commit e22bcb93 authored by Michal Čihař's avatar Michal Čihař

Cleanup cache after update

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent c2e0dac4
......@@ -107,6 +107,7 @@ class Repository(object):
Updates remote repository.
"""
self._execute(self._cmd_update_remote)
self._last_remote_revision = None
def status(self):
"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment