Remove double spinlock

This commit is contained in:
Sage Vaillancourt 2024-07-21 13:03:19 -04:00
parent 1567a6328f
commit fbe7336480
1 changed files with 0 additions and 1 deletions

View File

@ -295,7 +295,6 @@ function _getdot {
echo "An alias for scpace has not been defined on this device!"
return 1
fi
dot-lock-wait
cd "$DOT_DIR" || return 1
git pull && ./copy.sh | tee -a "$SYNC_LOCK_FILE"