Skip to content

Commit

Permalink
fix my stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Apr 30, 2021
1 parent 0accaec commit 5d37f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
if [ -f update.sh ];then
aurpkgver=$(bash update.sh)
else
aurpkgver=$(curl "https://aur.archlinux.org/rpc/?v=5&type=info&arg[]=microsoft-edge-dev-bin" | jq -r '.results|.[]|.Version')
aurpkgver=$(curl "https://aur.archlinux.org/rpc/?v=5&type=info&arg[]=${pkg}" | jq -r '.results|.[]|.Version')
fi
if [${localpkgver} != ${aurpkgver}];then
sed -i '/localpkgver=${localpkgver}/d' ./aur
Expand Down

0 comments on commit 5d37f8f

Please sign in to comment.