Skip to content

Commit 46189af

Browse files
committed
Fix
1 parent 7da026e commit 46189af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ env -i \
3131
HOMEBREW_PREFIX="$HOMEBREW_PREFIX" \
3232
GITHUB_ACCOUNT="$account" \
3333
GITHUB_ACTIONS="${GITHUB_ACTIONS:-}" \
34-
/bin/bash --noprofile --norc "$@" << 'EOF'
34+
/bin/bash --noprofile --norc << 'EOF'
3535
eval "$(/usr/libexec/path_helper -s)"
3636
eval "$("$HOMEBREW_PREFIX/bin/brew" shellenv)"
3737
"$HOMEBREW_PREFIX/bin/brew" install chezmoi

0 commit comments

Comments
 (0)