Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Feb 8, 2025
1 parent ca8ed40 commit 56bd454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/linux/apprun-hooks/carla-hook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if command -v carla > /dev/null 2>&1; then
fi
done
else
echo "[$ME] Carla does not appear to be installed, we'll remove it from the plugin listing.." >&2
echo "[$ME] Carla does not appear to be installed, we'll remove it from the plugin listing." >&2
export "LMMS_EXCLUDE_PLUGINS=*carla*,${LMMS_EXCLUDE_PLUGINS}"
fi

Expand Down

0 comments on commit 56bd454

Please sign in to comment.