diff --git a/scripts/includes/config-sync.sh b/scripts/includes/config-sync.sh index a8bd3ce..3154066 100644 --- a/scripts/includes/config-sync.sh +++ b/scripts/includes/config-sync.sh @@ -58,5 +58,5 @@ check-config "$HOME/.config/kitty" "$CFGSYNC/.config/kitty" # macOS only if [[ $OSTYPE == 'darwin'* ]]; then - check-config "$HOME/Library/Preferences/com.googlecode.iterm2.plist" "$CFGSYNC/.config/macOS/com.googlecode.iterm2.plist" + check-config "$HOME/Library/Preferences/com.googlecode.iterm2.plist" "$CFGSYNC/macOS/com.googlecode.iterm2.plist" fi