Skip to content

Commit

Permalink
Fix typo in bootstrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy authored Oct 19, 2023
1 parent 26aedd3 commit f2f64a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _docs/050_bootstrap.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ if [ "$system_type" = "Darwin" ]; then
# install homebrew if it's missing
if ! command -v brew >/dev/null 2>&1; then
echo "Installing homebrew"
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
fi

if [ -f "$HOME/.Brewfile" ]; then
Expand Down

0 comments on commit f2f64a7

Please sign in to comment.