summaryrefslogtreecommitdiff
path: root/runner/stub.go
diff options
context:
space:
mode:
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"
)