From 262873ee27ced62a547b4e4c901fa174dd32d878 Mon Sep 17 00:00:00 2001 From: Mathias Schneider Date: Mon, 2 Mar 2026 22:05:52 +0100 Subject: [PATCH] fix script typo --- hypr/.config/hypr/scripts/ensure-env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypr/.config/hypr/scripts/ensure-env.sh b/hypr/.config/hypr/scripts/ensure-env.sh index cac9b8f..b8d7779 100755 --- a/hypr/.config/hypr/scripts/ensure-env.sh +++ b/hypr/.config/hypr/scripts/ensure-env.sh @@ -17,4 +17,4 @@ fi if [ ! -f "$SH_TARGET" ]; then cp "$SH_SOURCE" "$SH_TARGET" echo "Created $SH_TARGET from template $SH_SOURCE" -15 fi +fi