diff options
Diffstat (limited to 'internal/cond/eval.go')
| -rw-r--r-- | internal/cond/eval.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/cond/eval.go b/internal/cond/eval.go index 2c35dba..2ae31fb 100644 --- a/internal/cond/eval.go +++ b/internal/cond/eval.go @@ -8,7 +8,7 @@ import ( "strings" "time" - "krino/internal/norm" + "git.labunix.xyz/krino/internal/norm" ) // Facts is what a condition may ask about one file. Implementations |
