Skip to content

Commit 01c3058

Browse files
author
Gabriel Monroy
committed
Merge pull request #3 from deis/updatectl
feat(deisctl): fix package names
2 parents 320395b + 5a5f859 commit 01c3058

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)