summaryrefslogtreecommitdiff
path: root/run/edit.go
diff options
context:
space:
mode:
Diffstat (limited to 'run/edit.go')
-rw-r--r--run/edit.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/run/edit.go b/run/edit.go
index ad7645c..b3ea722 100644
--- a/run/edit.go
+++ b/run/edit.go
@@ -2,9 +2,9 @@ package run
import (
"errors"
+ "git.ewy.one/pik/model"
"os"
"os/exec"
- "pik/model"
)
var NoEditorError = errors.New("$EDITOR not set")