Skip to content

Commit e01d4da

Browse files
committed
fix: install configuration file under tedge plugins folder
1 parent fc393f9 commit e01d4da

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)