summaryrefslogtreecommitdiff
path: root/runner/stub.go
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-05-02 15:24:12 +0200
committerewy <ewy0@protonmail.com>2026-05-02 15:24:33 +0200
commit1e932e7015ac9d21a1f92ad57cd0c109f58bb29f (patch)
tree5e9e3f5c80037a9c5871761e285df76669149b84 /runner/stub.go
parent10ee69de59f3e6f9cae79746c6ab9a6eb9603400 (diff)
yep
Diffstat (limited to 'runner/stub.go')
-rw-r--r--runner/stub.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/runner/stub.go b/runner/stub.go
index 618b391..6d4eff4 100644
--- a/runner/stub.go
+++ b/runner/stub.go
@@ -3,7 +3,7 @@
package runner
import (
- "git.ewy.one/pik.git/model"
+ "github.com/ewy1/pik/model"
"os/exec"
)