diff options
Diffstat (limited to 'buildstream/_artifactcache.py')
-rw-r--r-- | buildstream/_artifactcache.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/_artifactcache.py b/buildstream/_artifactcache.py index cdbf2d9db..16bde737b 100644 --- a/buildstream/_artifactcache.py +++ b/buildstream/_artifactcache.py @@ -247,7 +247,7 @@ class ArtifactCache(): # FIXME: Asking the user what to do may be neater default_conf = os.path.join(os.environ['XDG_CONFIG_HOME'], 'buildstream.conf') - detail = ("There is not enough space to build the given element.\n" + detail = ("There is not enough space to complete the build.\n" "Please increase the cache-quota in {}." .format(self.context.config_origin or default_conf)) |