Merge pull request #18 from alexanderturner/fix/vendor+shell

Small fixes
This commit is contained in:
Manfred Touron 2017-12-19 07:31:21 +01:00 committed by GitHub
commit 849a485621
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 7 deletions

View file

@ -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
},
}, {

6
vendor/vendor.json vendored
View file

@ -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",