Skip to content

Commit

Permalink
fix(just): Remove newline after doc comment of regen recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
hw0lff authored and cafkafk committed Nov 21, 2024
1 parent ab637a9 commit 2190b1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@ gen_test_dir:
nix build -L ./#trycmd

# Fully re-generates the integration tests using powertest

[group('testing')]
@regen:
which powertest >&- 2>&- || (echo -e "Powertest not installed. Please Clone the repo and run:\n\tcargo install --path . --locked" && exit 1)
Expand Down

0 comments on commit 2190b1b

Please sign in to comment.