Skip to content

Commit

Permalink
✏️ Fix micro typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Aug 24, 2024
1 parent 3094b9f commit ead6bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:latest

# Add fish
# Add Fish
RUN echo 'deb http://download.opensuse.org/repositories/shells:/fish:/release:/3/Debian_12/ /' | tee /etc/apt/sources.list.d/shells:fish:release:3.list
RUN curl -fsSL https://download.opensuse.org/repositories/shells:fish:release:3/Debian_12/Release.key | gpg --dearmor | tee /etc/apt/trusted.gpg.d/shells_fish_release_3.gpg > /dev/null

Expand Down

0 comments on commit ead6bfd

Please sign in to comment.