Skip to content

Commit

Permalink
examples: Fix path typo in docker-ce
Browse files Browse the repository at this point in the history
  • Loading branch information
taoky committed Oct 13, 2024
1 parent 30eba1e commit 527484f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/docker-ce.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ envs:
TSUMUGU_EXCLUDE: >
--exclude /debian/
--include /debian/dists/${DEBIAN_CURRENT}
--include /debian/dists/gpg
--include /debian/gpg
--exclude /fedora/
--include /fedora/docker-ce.+
--include /fedora/${FEDORA_CURRENT}/
--exclude /ubuntu/
--include /ubuntu/dists/${UBUNTU_LTS}/
--include /ubuntu/dists/${UBUNTU_NONLTS}/
--include /ubuntu/dists/gpg
--include /ubuntu/gpg
--exclude /centos/
--include /centos/${RHEL_CURRENT}.*/
--include /centos/docker-ce.+
Expand Down

0 comments on commit 527484f

Please sign in to comment.