From dd964b736b93d99b226c9879f180e92ede8f49e0 Mon Sep 17 00:00:00 2001 From: Ching Pei Yang Date: Thu, 19 Dec 2024 22:23:01 +0100 Subject: [PATCH] ci: fix indentation in pin updater --- scripts/ci/pin-latest-hyprland | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/pin-latest-hyprland b/scripts/ci/pin-latest-hyprland index 2c97c02..ef8b3bf 100755 --- a/scripts/ci/pin-latest-hyprland +++ b/scripts/ci/pin-latest-hyprland @@ -52,7 +52,7 @@ commitPin="$("$SCRIPT_DIR/test-pin.sh" "$hlTag" "$HYPRGRASS_REV")" echoerr "pin tests passed: $commitPin" echoerr 'updating hyprpm.toml' -sed -i "/## DO NOT EDIT THIS LINE: for auto pin script ##/ i $commitPin" \ +sed -i "/## DO NOT EDIT THIS LINE: for auto pin script ##/ i\ $commitPin" \ hyprpm.toml echoerr 'done updating hyprpm.toml'