Skip to content

Commit

Permalink
fix: copy the hello world extension spec to the correct place
Browse files Browse the repository at this point in the history
The hello world extension example copied its spec to the 'containers'
path as a file instead of copying it into the 'containers' path as a
directory.

Signed-off-by: Philipp Sauter <philipp.sauter@siderolabs.com>
  • Loading branch information
sauterp authored and Philipp Sauter committed May 11, 2022
1 parent 7c92e63 commit 3ccc1b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hello-world-service/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ finalize:
- from: /pkg/manifest.yaml
to: /
- from: /pkg/hello-world.yaml
to: /rootfs/usr/local/etc/containers
to: /rootfs/usr/local/etc/containers/

0 comments on commit 3ccc1b5

Please sign in to comment.