diff --git a/mock/py/mockbuild/plugins/ccache.py b/mock/py/mockbuild/plugins/ccache.py index 1080ffe68..1a20846d3 100644 --- a/mock/py/mockbuild/plugins/ccache.py +++ b/mock/py/mockbuild/plugins/ccache.py @@ -71,4 +71,3 @@ def _ccachePostBuildHook(self): # show the cache hit stats getLog().info("ccache stats:") self.buildroot.doChroot(["ccache", "--show-stats"], printOutput=True, shell=False) -+