diff --git a/pisi/operations/build.py b/pisi/operations/build.py index 522320a0..94530bb8 100644 --- a/pisi/operations/build.py +++ b/pisi/operations/build.py @@ -403,7 +403,7 @@ class Builder: # Force ccache to use /root/.ccache instead of $HOME/.ccache # which can be modified through actions.py os.environ["CCACHE_DIR"] = "/root/.ccache" - ctx.ui.info(_("CCache detected...")) + ctx.ui.info(_("ccache detected...")) def fetch_files(self): self.specdiruri = os.path.dirname(self.specuri.get_uri())