diff options
Diffstat (limited to 'src/libstore/s3-binary-cache-store.cc')
-rw-r--r-- | src/libstore/s3-binary-cache-store.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/s3-binary-cache-store.cc b/src/libstore/s3-binary-cache-store.cc index cf5f125d4..13a709104 100644 --- a/src/libstore/s3-binary-cache-store.cc +++ b/src/libstore/s3-binary-cache-store.cc @@ -196,7 +196,7 @@ struct S3BinaryCacheStoreConfig : virtual BinaryCacheStoreConfig const Setting<std::string> profile{this, "", "profile", R"( The name of the AWS configuration profile to use. By default - Nix will use the `default` profile. + Lix will use the `default` profile. )"}; const Setting<std::string> region{this, Aws::Region::US_EAST_1, "region", |