fix:wrong config path

This commit is contained in:
2025-05-28 14:24:17 +02:00
parent 3db94cf627
commit f7d4a54a3d

View File

@@ -4,7 +4,7 @@ set -eu
# Read configuration
# shellcheck source=/dev/null
. "$HOME/.config/fzf-awk-board/config"
. "$HOME/.config/fzf-vjour/config"
if [ -z "$ROOT" ] || [ -z "$SYNC_CMD" ] || [ -z "$COLLECTION_LABELS" ]; then
echo "Failed to get configuration." >/dev/tty
exit 1