diff --git a/shell.go b/shell.go index e6e2d9a..f6d8e8e 100644 --- a/shell.go +++ b/shell.go @@ -1366,7 +1366,7 @@ GLOBAL OPTIONS: if err := db.Create(&user).Error; err != nil { return err } - fmt.Fprintf(s, "User %d created.\nTo associate this account with a key, use the following SSH user: 'invite-%s'.\n", user.ID, user.InviteToken) + fmt.Fprintf(s, "User %d created.\nTo associate this account with a key, use the following SSH user: 'invite:%s'.\n", user.ID, user.InviteToken) return nil }, }, { diff --git a/vendor/vendor.json b/vendor/vendor.json index ed805f4..f42f7c2 100644 --- a/vendor/vendor.json +++ b/vendor/vendor.json @@ -20,12 +20,6 @@ "revision": "7a41df006ff9af79a29f0ffa9c5f21fbe6314a2d", "revisionTime": "2017-01-10T07:11:07Z" }, - { - "checksumSHA1": "3z3RDSBixjg5A0XPPwAfrpoajoQ=", - "path": "github.com/gliderlabs/ssh", - "revision": "0c9c3575f476a0c2779aafb89d1838ca4ab7ac16", - "revisionTime": "2017-11-01T23:11:58Z" - }, { "checksumSHA1": "fI9spYCCgBl19GMD/JsW+znBHkw=", "path": "github.com/go-gormigrate/gormigrate",