Skip to content

Commit

Permalink
Use short/abbreviated options for consistency.
Browse files Browse the repository at this point in the history
Partial mas-cli#638

Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
  • Loading branch information
rgoldberg committed Nov 16, 2024
1 parent ae22b9b commit ac41a5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions script/bottle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

BUILD_DIR="${PWD}/.build"
BOTTLE_DIR="${BUILD_DIR}/bottles"
CORE_TAP_PATH="$(brew --repository homebrew/core)"
CORE_TAP_PATH="$(brew --repo homebrew/core)"
MAS_VERSION=$(script/version)
ROOT_URL="https://github.com/mas-cli/mas/releases/download/v${MAS_VERSION}"

Expand Down Expand Up @@ -121,7 +121,7 @@ if ! test -e "${OLD_FILENAME}"; then
exit 1
fi

SHA256=$(shasum --algorithm 256 "${OLD_FILENAME}" | cut -f 1 -d ' ' -)
SHA256=$(shasum -a 256 "${OLD_FILENAME}" | cut -f 1 -d ' ' -)

mkdir -p "${BOTTLE_DIR}"

Expand Down
2 changes: 1 addition & 1 deletion script/brew_core_update
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# brew bump-formula-pr --help
#

CORE_TAP_PATH="$(brew --repository homebrew/core)"
CORE_TAP_PATH="$(brew --repo homebrew/core)"
CORE_MAS_FORMULA_FILE="${CORE_TAP_PATH}/Formula/m/mas.rb"

PROJECT_PATH="$(git rev-parse --show-toplevel)"
Expand Down

0 comments on commit ac41a5d

Please sign in to comment.