From a721d4ff01569994afd2d5f49870412d88efd2e1 Mon Sep 17 00:00:00 2001 From: Alexander Turner Date: Tue, 19 Dec 2017 12:24:51 +1100 Subject: [PATCH] -Updated typo in shell /s/invite-/invite: -Removed gliderlabs/ssh from vendor.json to force /vendor version until committed upstream --- shell.go | 2 +- vendor/vendor.json | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) 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",