trust level overridden message adjusted for forced untrusted export remotes
This commit is contained in:
parent
28ba158a24
commit
ab271ba6ca
1 changed files with 1 additions and 1 deletions
|
@ -36,5 +36,5 @@ trustCommand c level = withWords start
|
|||
groupSet uuid S.empty
|
||||
l <- lookupTrust uuid
|
||||
when (l /= level) $
|
||||
warning $ "This remote's trust level is locally overridden to " ++ showTrustLevel l ++ " via git config."
|
||||
warning $ "This remote's trust level is overridden to " ++ showTrustLevel l ++ "."
|
||||
next $ return True
|
||||
|
|
Loading…
Reference in a new issue