Skip to content

Commit 3b20510

Browse files
rwaffenjessereynolds
authored andcommitted
fix: remove typo
1 parent 47a17c1 commit 3b20510

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ 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 \
30-
&& sudo apt-get -y install puppet-agent ; \
30+
&& sudo apt-get -y install puppet-agent \
3131
fi
3232

3333
# Add 'bolt' user

0 commit comments

Comments
 (0)