Skip to content

Commit

Permalink
Update modules/update.am
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit committed May 6, 2024
1 parent 0e27252 commit b126873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/update.am
Original file line number Diff line number Diff line change
@@ -110,7 +110,7 @@ function _update_rest() {
elif ! grep -q "/releases | jq " "$APPSPATH"/"$2"/AM-updater; then
printf ' ERROR: %s does not redirect to a generic "releases"' "$2"
else
sed -i 's#/releases | jq #/releases/latest | jq #g' $APPSPATH/$2/AM-updater
sed -i 's#/releases | jq #/releases/latest | jq #g' "$APPSPATH"/"$2"/AM-updater
$AMCLIPATH -u "$2"
fi
}

0 comments on commit b126873

Please sign in to comment.