Skip to content

Commit

Permalink
Merge pull request Homebrew#16703 from Bo98/codespaces-fix
Browse files Browse the repository at this point in the history
devcontainer: fix creation error
  • Loading branch information
Bo98 authored Feb 19, 2024
2 parents ab62a71 + 34d7a12 commit c355461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/on-create-command.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ brew install shellcheck shfmt gh gnu-tar
brew cleanup

# actually tap homebrew/core, no longer done by default
brew tap homebrew/core
brew tap --force homebrew/core

# install some useful development things
sudo apt-get update
Expand Down

0 comments on commit c355461

Please sign in to comment.