Skip to content

Commit

Permalink
add linebreak
Browse files Browse the repository at this point in the history
  • Loading branch information
allthatjazzleo committed Sep 6, 2024
1 parent 11d14d3 commit 1e2c465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cells/_automation/configs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
fmt-ci 2>&1 | sed 's/\x1b\[[0-9;]*m//g'; fmt_ci_status=''${PIPESTATUS[0]};
[[ $fmt_ci_status -eq 0 ]] && exit 0
echo "Please add treefmt formatted file(s)!" && exit 1
echo -e "\nPlease add treefmt formatted file(s)!" && exit 1
'';
};
};
Expand Down

0 comments on commit 1e2c465

Please sign in to comment.