Skip to content

Commit bb40f8d

Browse files
rwaffenbastelfreak
authored andcommitted
fix: remove typo
Signed-off-by: Tim Meusel <tim@bastelfreak.de>
1 parent e1dc464 commit bb40f8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ENV LANGUAGE=en_US.UTF-8
2424
# Install the puppet-agent package
2525
# sudo is important here so puppet is added to the path
2626
RUN if [ -n "$PUPPET_COLLECTION" ]; then \
27-
&& wget -q https://apt.voxpupuli.org/${PUPPET_COLLECTION}-release-ubuntu24.04.deb \
27+
wget -q https://apt.voxpupuli.org/${PUPPET_COLLECTION}-release-ubuntu24.04.deb \
2828
&& sudo dpkg -i ${PUPPET_COLLECTION}-release-bionic.deb \
2929
&& sudo apt-get update \
3030
&& sudo apt-get -y install openvox-agent ; \

0 commit comments

Comments
 (0)