Skip to content

Commit

Permalink
debs/
Browse files Browse the repository at this point in the history
  • Loading branch information
phlax committed Aug 20, 2024
1 parent f7aabe7 commit 23938b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debs/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ list_current_changes () {
for repo in "${REPOS[@]}"; do
while read -r package; do
echo "${package}.${repo}.changes"
done < <(_aptly repo -with-packages -json "${repo}" | jq -r '.Packages[]')
done < <(_aptly repo show -with-packages -json "${repo}" | jq -r '.Packages[]')
done
}

Expand Down

0 comments on commit 23938b7

Please sign in to comment.