summaryrefslogtreecommitdiff
path: root/internal/shell/shell_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/shell/shell_test.go')
-rw-r--r--internal/shell/shell_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/shell/shell_test.go b/internal/shell/shell_test.go
index 19491e3..71eafa8 100644
--- a/internal/shell/shell_test.go
+++ b/internal/shell/shell_test.go
@@ -8,7 +8,7 @@ import (
"os"
"testing"
- "codeberg.org/snonux/geheim/internal/shell"
+ "codeberg.org/snonux/foostore/internal/shell"
)
// isTTY returns true when stdin is connected to an actual terminal.