diff --git a/kibot/out_diff.py b/kibot/out_diff.py index 946ad134..89a0fa34 100644 --- a/kibot/out_diff.py +++ b/kibot/out_diff.py @@ -130,7 +130,7 @@ class DiffOptions(BaseOptions): return self.h.hexdigest() def add_to_cache(self, name, hash): - cmd = [self.command, '--only_cache', '--old_file_hash', hash, '--cache_dir', self.cache_dir] + cmd = [self.command, '--no_reader', '--only_cache', '--old_file_hash', hash, '--cache_dir', self.cache_dir] if self.incl_file: cmd.extend(['--layers', self.incl_file]) if GS.debug_enabled: