summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2022-04-19 07:16:24 -0700
committerStan Hu <stanhu@gmail.com>2022-04-19 07:16:24 -0700
commit2b6b8215dfcf8beefd332b401922f7e36f901ae6 (patch)
treef663e9d06c36cd8b556ac18311b559ff22863f3b
parent47a45afc661cd86c878e113602a78c3e74739f78 (diff)
downloadgitlab-shell-2b6b8215dfcf8beefd332b401922f7e36f901ae6.tar.gz
Fix typo in FIPS mode message
Rename Gitaly -> gitlab-shell
-rw-r--r--internal/boring/boring.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/boring/boring.go b/internal/boring/boring.go
index cc09fab..480d8e5 100644
--- a/internal/boring/boring.go
+++ b/internal/boring/boring.go
@@ -19,5 +19,5 @@ func CheckBoring() {
log.Info("FIPS mode is enabled. Using an external SSL library.")
return
}
- log.Info("Gitaly was compiled with FIPS mode, but an external SSL library was not enabled.")
+ log.Info("gitlab-shell was compiled with FIPS mode, but an external SSL library was not enabled.")
}