diff options
Diffstat (limited to 'internal/resource/file/file.go')
| -rw-r--r-- | internal/resource/file/file.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/resource/file/file.go b/internal/resource/file/file.go index 50ba6e3..402b348 100644 --- a/internal/resource/file/file.go +++ b/internal/resource/file/file.go @@ -11,7 +11,7 @@ import ( "text/template" "codeberg.org/snonux/gonf/internal/resource" - "codeberg.org/snonux/gonf/internal/resource/opt" + opt "codeberg.org/snonux/gonf/api/option" ) type File struct { |
