redirect to stderr
This commit is contained in:
parent
2a65cd2d9a
commit
7e0f511fbd
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ if ! $SSHS; then
|
|||
|
||||
# sync repo with origin if git is reachable
|
||||
if ckrepo ; then
|
||||
echo "git checokut"
|
||||
echo "git checokut" >&2
|
||||
sync_config
|
||||
. ${MYSHELLCONFIG_BASE}/functions.sh
|
||||
create_symlinks "$MYSHELLCONFIG_BASE"
|
||||
|
|
Loading…
Reference in a new issue