This commit is contained in:
Jakobus Schürz 2020-10-28 00:46:56 +01:00
parent 47ba0c1e56
commit d1e1a4224a

View file

@ -104,7 +104,7 @@ if ! $SSHS; then
# sync repo with origin if git is reachable # sync repo with origin if git is reachable
if ckrepo ; then if ckrepo ; then
loginfo "git checokut" >&2 loginfo "git checkout" >&2
sync_config sync_config
. ${MYSHELLCONFIG_BASE}/functions.sh . ${MYSHELLCONFIG_BASE}/functions.sh
create_symlinks "$MYSHELLCONFIG_BASE" create_symlinks "$MYSHELLCONFIG_BASE"