mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-04-21 19:48:12 +00:00
Move ParsePrefix into common code. #116
This commit is contained in:
@@ -33,7 +33,7 @@ func aptlyPublishSwitch(cmd *commander.Command, args []string) error {
|
||||
names = args[1:]
|
||||
}
|
||||
|
||||
storage, prefix := parsePrefix(param)
|
||||
storage, prefix := deb.ParsePrefix(param)
|
||||
|
||||
var published *deb.PublishedRepo
|
||||
|
||||
|
||||
Reference in New Issue
Block a user