Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aptalca committed Sep 24, 2024
1 parent d89bcc7 commit 70a6a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN \
libatk1.0-0 \
libatk-bridge2.0-0 \
libgtk-3-0 && \
echo "**** install altus studio from appimage ****" && \
echo "**** install rawtherapee from appimage ****" && \
if [ -z ${RAWTHERAPEE_VERSION+x} ]; then \
RAWTHERAPEE_VERSION=$(curl -sX GET "https://api.github.com/repos/beep6581/rawtherapee/releases/latest" \
| awk '/tag_name/{print $4;exit}' FS='[""]'); \
Expand Down

0 comments on commit 70a6a57

Please sign in to comment.