Skip to content

Commit

Permalink
ci: fix indentation in pin updater
Browse files Browse the repository at this point in the history
  • Loading branch information
horriblename committed Dec 19, 2024
1 parent c70f9b7 commit dd964b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/pin-latest-hyprland
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit dd964b7

Please sign in to comment.