File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed
Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 107
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/datamini%2Fasktable-0242228e003ec6c562e80cd4bb3b5429237f2168f2379ebe5ef9d9c958552482 .yml
3- openapi_spec_hash : 772280fd4316ae74f76e3cba9f48e96d
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/datamini%2Fasktable-22dd7cc28ed94d978939dd45f82d2a12a8533c10aaac76675a61a9f5122b2d27 .yml
3+ openapi_spec_hash : ffa1f34afbb7ae20289a23d41aabd3e5
44config_hash : acdf4142177ed1932c2d82372693f811
Original file line number Diff line number Diff line change 44
55cd " $( dirname " $0 " ) /.."
66
7- if ! command -v rye > /dev/null 2>&1 && [ -f " Brewfile" ] && [ " $( uname -s) " = " Darwin" ]; then
7+ if [ -f " Brewfile" ] && [ " $( uname -s) " = " Darwin" ] && [ " $SKIP_BREW " != " 1 " ] && [ -t 0 ]; then
88 brew bundle check > /dev/null 2>&1 || {
9- echo " ==> Installing Homebrew dependencies…"
10- brew bundle
9+ echo -n " ==> Install Homebrew dependencies? (y/N): "
10+ read -r response
11+ case " $response " in
12+ [yY][eE][sS]|[yY])
13+ brew bundle
14+ ;;
15+ * )
16+ ;;
17+ esac
18+ echo
1119 }
1220fi
1321
You can’t perform that action at this time.
0 commit comments