Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit 79fb092

Browse files
committed
Removed errors.
1 parent 5d15ab0 commit 79fb092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/self-update

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ then
2323
cd ${BASEDIR}
2424
sudo git clean -q -d -fx ""
2525
sudo git reset -q --hard $VERSION
26-
sudo git pull
26+
sudo git pull 2>/dev/null
2727
sudo git checkout -q $VERSION
2828
else
2929
sudo git clone "#{WPLIB_BOX_SCRIPTS_REPO}" "${WPLIB_BOX_CLI_DIR}"

0 commit comments

Comments
 (0)