diff options
Diffstat (limited to 'stdlib/os/systemd/systemd.go')
-rw-r--r-- | stdlib/os/systemd/systemd.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/os/systemd/systemd.go b/stdlib/os/systemd/systemd.go index 46a35da..8e34f28 100644 --- a/stdlib/os/systemd/systemd.go +++ b/stdlib/os/systemd/systemd.go @@ -4,7 +4,7 @@ import ( "fmt" "os/exec" - gonf "git.adyxax.org/adyxax/gonf/v2/pkg" + gonf "git.adyxax.org/adyxax/gonf/pkg" ) func Promise() { |