summaryrefslogtreecommitdiff
path: root/internal/git
diff options
context:
space:
mode:
Diffstat (limited to 'internal/git')
-rw-r--r--internal/git/git.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/git/git.go b/internal/git/git.go
index af4a394..a1e6d6e 100644
--- a/internal/git/git.go
+++ b/internal/git/git.go
@@ -1,4 +1,4 @@
-// Package git wraps git operations used by geheim to manage the secret store.
+// Package git wraps git operations used by foostore to manage the secret store.
// It mirrors the Git module from the original Ruby implementation (geheim.rb lines 79-123),
// running real git subprocesses rather than using a Go git library.
package git