Skip to content

Commit

Permalink
refactor: remove empty argument
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Larson <[email protected]>
  • Loading branch information
LucasLarson committed May 11, 2024
1 parent c44f118 commit ff2a866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ command -v -- omz >/dev/null 2>&1 ||
command -p -- printf -- 'installing Oh My Zsh...\n' >&2
if command -v -- wget >/dev/null 2>&1; then
set -o xtrace
command -p -- sh -c "$(command wget 'https://github.com/ohmyzsh/ohmyzsh/raw/HEAD/tools/install.sh' --output-document=-)" "" --unattended --keep-zshrc
command -p -- sh -c "$(command wget 'https://github.com/ohmyzsh/ohmyzsh/raw/HEAD/tools/install.sh' --output-document=-)" --unattended --keep-zshrc
elif command -v -- curl >/dev/null 2>&1; then
set -o xtrace
command -p -- sh -c "$(command curl --location 'https://github.com/ohmyzsh/ohmyzsh/raw/HEAD/tools/install.sh')" --unattended --keep-zshrc
Expand Down

0 comments on commit ff2a866

Please sign in to comment.