Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
phlax committed Aug 20, 2024
1 parent ca656ed commit 2696803
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 @@ -84,7 +84,7 @@ publish_repository () {
skip=
snapshot="${repo}-${uid}"
_aptly snapshot create "$snapshot" from repo "$repo"
current=$(_aptly publish list filesystem:public: -json \
current=$(_aptly publish list -json \
| jq --arg dist "$repo" \
'.[] | select(.Distribution == $dist) | .Sources[] | select(.Component == "main") | .Name')
if [[ -n "$current" ]]; then
Expand Down

0 comments on commit 2696803

Please sign in to comment.