Update warning message

This commit is contained in:
Maidul Islam
2024-09-18 09:21:11 -04:00
parent 7f055450df
commit 788dcf2c73

View File

@@ -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))
}
}