mirror of
https://github.com/moul/sshportal.git
synced 2025-03-10 14:26:43 +08:00
Merge pull request #18 from alexanderturner/fix/vendor+shell
Small fixes
This commit is contained in:
commit
849a485621
2 changed files with 1 additions and 7 deletions
2
shell.go
2
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
|
||||
},
|
||||
}, {
|
||||
|
|
6
vendor/vendor.json
vendored
6
vendor/vendor.json
vendored
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue