mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Update warning message
This commit is contained in:
@@ -68,7 +68,7 @@ func init() {
|
||||
} else {
|
||||
usingFrom = "INFISICAL_TOKEN environment variable"
|
||||
}
|
||||
util.PrintWarning(fmt.Sprintf("You are currently logged in, but the command will be using the token provided from the %s.", usingFrom))
|
||||
util.PrintWarning(fmt.Sprintf("Your logged-in session is being overwritten by the token provided from the %s", usingFrom))
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user