mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-02 04:50:49 +00:00
List storage & prefix in publish list. #113
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ func aptlyPublishList(cmd *commander.Command, args []string) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if raw {
|
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 {
|
} else {
|
||||||
published = append(published, repo.String())
|
published = append(published, repo.String())
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user