Skip to content

Commit

Permalink
Fixing typo in script name
Browse files Browse the repository at this point in the history
  • Loading branch information
dluman committed Sep 4, 2023
1 parent ce9ab69 commit c3e561b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/topia/slim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN cp motd /etc/motd
RUN echo "cat /etc/motd" >> /etc/bash.bashrc

RUN wget $GITHUB_CDN/scripts/world-cmd.sh
RUN wget $GITHUB_CDN/scripts/gatorgrader
RUN wget $GITHUB_CDN/scripts/gatorgrade
RUN wget $GITHUB_CDN/scripts/helper
RUN cp world-cmd.sh /etc/profile.d/world-cmd.sh
RUN cp gatorgrade /usr/local/bin/
Expand Down

0 comments on commit c3e561b

Please sign in to comment.