List storage & prefix in publish list. #113

This commit is contained in:
Andrey Smirnov
2014-10-01 00:44:01 +04:00
parent 01b8e9eda5
commit 1ed647e1b0
+1 -1
View File
@@ -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())
}