commit eab40f9bb91d4b61e5cf3f453cfdfb6d47f24067 parent fb5d56ccf367c9bcb69143bc17c1759736fc6105 Author: JayVii <jayvii[AT]posteo[DOT]de> Date: Wed, 12 Mar 2025 18:56:12 +0100 fix: set default Diffstat:
M | run.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/run.sh b/run.sh @@ -2,7 +2,7 @@ # fetch input config file, fall back to "centre" if [ -z $1 ]; then - CONFIG="centre.yaml" + CONFIG="01_pulse.yaml" else CONFIG="$1" fi