diff --git a/cmd/publish_list.go b/cmd/publish_list.go index c352abda..20d89bcc 100644 --- a/cmd/publish_list.go +++ b/cmd/publish_list.go @@ -25,7 +25,7 @@ func aptlyPublishList(cmd *commander.Command, args []string) error { } if raw { - published = append(published, fmt.Sprintf("%s %s", repo.Prefix, repo.Distribution)) + published = append(published, fmt.Sprintf("%s %s", repo.StoragePrefix(), repo.Distribution)) } else { published = append(published, repo.String()) }