Skip to content

Commit 06969c9

Browse files
authored
Merge pull request #102 from thin-edge/fix-config-location
fix: install configuration file under tedge plugins folder
2 parents c32d0d4 + e01d4da commit 06969c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ nfpms:
114114
packager: apk
115115

116116
# Config
117-
- src: ./packaging/config.*
118-
dst: /etc/tedge-container-plugin/
117+
- src: ./packaging/config.toml
118+
dst: /etc/tedge/plugins/tedge-container-plugin.toml
119119
file_info:
120120
mode: 0644
121121
owner: tedge

0 commit comments

Comments
 (0)