mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-01-12 03:21:33 +00:00
Fix the storage string format.
Co-authored-by: Andrej Shadura <andrew@shadura.me>
This commit is contained in:
@@ -51,7 +51,7 @@ func NewPublishedStorage(accountName, accountKey, container, prefix string) (*Pu
|
||||
|
||||
// String
|
||||
func (storage *PublishedStorage) String() string {
|
||||
return fmt.Sprintf("Azure :%s/%s", storage.container, storage.prefix)
|
||||
return fmt.Sprintf("Azure: %s/%s", storage.container, storage.prefix)
|
||||
}
|
||||
|
||||
// MkDir creates directory recursively under public path
|
||||
|
||||
Reference in New Issue
Block a user