diff options
| author | Stefan Majewsky <majewsky@gmx.net> | 2026-06-10 00:27:14 +0200 |
|---|---|---|
| committer | Stefan Majewsky <majewsky@gmx.net> | 2026-06-10 00:27:14 +0200 |
| commit | db4ea07df9e3c48736fa6c315887ba66731dddeb (patch) | |
| tree | 76adbdcec5fb40082548ae074aed55208042a2d3 /internal/prompt | |
| parent | 219586ede723e7b2161d37169ff9c3e9831a7c66 (diff) | |
| download | gofu-db4ea07df9e3c48736fa6c315887ba66731dddeb.tar.gz | |
move primary upstream to git.xyrillian.de
Diffstat (limited to 'internal/prompt')
| -rw-r--r-- | internal/prompt/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/prompt/main.go b/internal/prompt/main.go index 5257290..e21b4cf 100644 --- a/internal/prompt/main.go +++ b/internal/prompt/main.go @@ -10,7 +10,7 @@ import ( "golang.org/x/term" - "github.com/majewsky/gofu/internal/cli" + "git.xyrillian.de/gofu/internal/cli" ) // Exec executes the prettyprompt applet and returns an exit code (0 for |
