Skip to content

Commit

Permalink
bicep: fix update script deps
Browse files Browse the repository at this point in the history
Treewide ignored the update script.
  • Loading branch information
khaneliman committed Dec 23, 2024
1 parent f418dd0 commit 8ffaccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/bi/bicep/updater.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
set -eo pipefail
cd "$(dirname "${BASH_SOURCE[0]}")"

deps_file="$(realpath "./deps.nix")"
deps_file="$(realpath "./deps.json")"
new_version="$(curl -s "https://api.github.com/repos/azure/bicep/releases?per_page=1" | jq -r '.[0].name')"
old_version="$(sed -nE 's/\s*version = "(.*)".*/\1/p' ./package.nix)"

Expand Down

0 comments on commit 8ffaccd

Please sign in to comment.