Fix the storage string format.

Co-authored-by: Andrej Shadura <andrew@shadura.me>
This commit is contained in:
Chuan Liu
2021-12-21 09:45:56 -08:00
committed by Lorenzo Bolla
parent bb42a2158d
commit a778ff8903

View File

@@ -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