Skip to content

Commit d3696f5

Browse files
committed
Deleted extra /
1 parent 032e071 commit d3696f5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

plugin/managers/cdn.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package managers
22

33
import (
4-
"fmt"
54
"strconv"
65
"strings"
76
"time"
@@ -209,6 +208,5 @@ This method creates a purge record in the purge table, and also initiates the cr
209208
https://sldn.softlayer.com/reference/services/SoftLayer_Network_CdnMarketplace_Configuration_Cache_Purge/createPurge/
210209
*/
211210
func (a cdnManager) Purge(uniqueId string, path string) ([]datatypes.Container_Network_CdnMarketplace_Configuration_Cache_Purge, error) {
212-
path = fmt.Sprintf("/%s", path)
213211
return a.CdnPurgeService.CreatePurge(&uniqueId, &path)
214212
}

0 commit comments

Comments
 (0)