Skip to content

Commit

Permalink
fixed typo in url robyrussel
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Martin authored and Jamie Martin committed Jul 29, 2024
1 parent 8b36095 commit c2af006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zsh-in-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ cd /tmp

# Install On-My-Zsh
if [ ! -d "$TARGET_HOME/.oh-my-zsh" ]; then
su - $TARGET_USER -c 'sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended'
su - $TARGET_USER -c 'sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/ohmyzsh/master/tools/install.sh)" "" --unattended'
fi

# Generate plugin list
Expand Down

0 comments on commit c2af006

Please sign in to comment.