Skip to content

Commit 5a5f859

Browse files
committed
feat(deisctl): fix package names
1 parent d07a923 commit 5a5f859

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

updatectl/instance.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import (
1313
"math/rand"
1414
"net/http"
1515
"os"
16-
"path/filepath"
1716
"text/tabwriter"
1817
"time"
1918
)
@@ -362,7 +361,7 @@ func instanceDeis(args []string, service *update.Service, out *tabwriter.Writer)
362361
}
363362

364363
c := &Client{
365-
Id: fmt.Sprintf("{update-client-"+utils.NewID(), i),
364+
Id: fmt.Sprintf("{update-client-"+utils.NewUuid(), i),
366365
SessionId: uuid.New(),
367366
Version: instanceFlags.version,
368367
AppId: instanceFlags.appId.String(),

0 commit comments

Comments
 (0)