diff --git a/debs/publish.sh b/debs/publish.sh index 3f6d092..dbeb37b 100755 --- a/debs/publish.sh +++ b/debs/publish.sh @@ -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