Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
pirackr committed Mar 2, 2024
1 parent aef8791 commit 961c21e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/list-all
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/usr/bin/env bash
set -eo pipefail

cmd="curl --silent --location"
Expand All @@ -17,7 +17,7 @@ versions=$(
eval "$cmd $releases_path" |
grep -o '"name": "v.*' |
sed 's/"name": "v\(.*\)",/\1/' |
grep -E '[0-9]+.[0-9]+.[0-9]+$' |
grep -E '[0-9]+.[0-9]+.[0-9]+$' |
xargs
)

Expand Down
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
buildInputs = [
pkgs.hledger
pkgs.asdf-vm
pkgs.shfmt
];
};
}
Expand Down

0 comments on commit 961c21e

Please sign in to comment.