diff options
Diffstat (limited to 'src/lib/login/mod.rs')
| -rw-r--r-- | src/lib/login/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/login/mod.rs b/src/lib/login/mod.rs index cf62d85..d2725e7 100644 --- a/src/lib/login/mod.rs +++ b/src/lib/login/mod.rs | |||
| @@ -74,7 +74,7 @@ fn print_logged_in_as( | |||
| 74 | user_ref.metadata.name, | 74 | user_ref.metadata.name, |
| 75 | match source { | 75 | match source { |
| 76 | SignerInfoSource::CommandLineArguments => " via cli arguments", | 76 | SignerInfoSource::CommandLineArguments => " via cli arguments", |
| 77 | SignerInfoSource::GitLocal => " just to local repository", | 77 | SignerInfoSource::GitLocal => " to local repository", |
| 78 | SignerInfoSource::GitGlobal => "", | 78 | SignerInfoSource::GitGlobal => "", |
| 79 | } | 79 | } |
| 80 | ); | 80 | ); |