Skip to content

Commit bdde0db

Browse files
fix: oops
1 parent 6ced27b commit bdde0db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/codecov.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ else
7878
[[ $cc_os == "windows" ]] && cc_filename+=".exe"
7979
export cc_filename=${cc_filename}
8080
[[ $cc_os == "macos" ]] && \
81-
! command -v gpg 2>&1 && \
81+
! command -v gpg 2>&1 >/dev/null && \
8282
HOMEBREW_NO_AUTO_UPDATE=1 brew install gpg
8383
cc_url="https://cli.codecov.io"
8484
cc_url="$cc_url/${CC_VERSION}"

scripts/download.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ else
3333
[[ $codecov_os == "windows" ]] && codecov_filename+=".exe"
3434
export codecov_filename=${codecov_filename}
3535
[[ $codecov_os == "macos" ]] && \
36-
! command -v gpg 2>&1 && \
36+
! command -v gpg 2>&1 >/dev/null && \
3737
HOMEBREW_NO_AUTO_UPDATE=1 brew install gpg
3838
codecov_url="https://cli.codecov.io"
3939
codecov_url="$codecov_url/${CODECOV_VERSION}"

0 commit comments

Comments
 (0)