mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-07-27 13:57:46 +00:00
Fix the storage string format.
Co-authored-by: Andrej Shadura <andrew@shadura.me>
This commit is contained in:
+1
-1
@@ -51,7 +51,7 @@ func NewPublishedStorage(accountName, accountKey, container, prefix string) (*Pu
|
|||||||
|
|
||||||
// String
|
// String
|
||||||
func (storage *PublishedStorage) String() 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
|
// MkDir creates directory recursively under public path
|
||||||
|
|||||||
Reference in New Issue
Block a user