summaryrefslogtreecommitdiff
path: root/internal/resource/file
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-07-06 23:05:48 +0300
committerPaul Buetow <paul@buetow.org>2026-07-06 23:05:48 +0300
commit5600bedb927e291e2e78e6140de256e1a1d4475c (patch)
treeaf19c6b484135afed332a8e3fcda7e8ded5ac4b8 /internal/resource/file
parentf7498c9ae626b9ab654fe6eb736e19c62cf5d38d (diff)
refactor
Diffstat (limited to 'internal/resource/file')
-rw-r--r--internal/resource/file/file.go2
-rw-r--r--internal/resource/file/file_test.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/internal/resource/file/file.go b/internal/resource/file/file.go
index 9879e27..9d8a0d9 100644
--- a/internal/resource/file/file.go
+++ b/internal/resource/file/file.go
@@ -10,7 +10,7 @@ import (
"strings"
"text/template"
- opt "codeberg.org/snonux/gonf/api/option"
+ opt "codeberg.org/snonux/gonf/api/options"
"codeberg.org/snonux/gonf/internal/resource"
)
diff --git a/internal/resource/file/file_test.go b/internal/resource/file/file_test.go
index 7f9fedd..b158657 100644
--- a/internal/resource/file/file_test.go
+++ b/internal/resource/file/file_test.go
@@ -6,7 +6,7 @@ import (
"strings"
"testing"
- . "codeberg.org/snonux/gonf/api/option"
+ . "codeberg.org/snonux/gonf/api/options"
"codeberg.org/snonux/gonf/internal/resource"
)