Skip to content

Commit

Permalink
Update README with source on macOS fix
Browse files Browse the repository at this point in the history
Fixes #4
  • Loading branch information
matiasgarciaisaia committed Jan 25, 2023
1 parent 5d99055 commit 0558902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ set -eo pipefail

# This will load the script from this repository. Make sure to point to a specific commit so the build continues to work
# event if breaking changes are introduced in this repository
source <(curl -s https://raw.githubusercontent.com/manastech/ci-docker-builder/ef8bdcdf2eae3944de7235b847cb449789aecab7/build.sh)
source /dev/stdin <<< "$(curl -s https://raw.githubusercontent.com/manastech/ci-docker-builder/ef8bdcdf2eae3944de7235b847cb449789aecab7/build.sh)"

# Prepare the build
dockerSetup
Expand Down

0 comments on commit 0558902

Please sign in to comment.