fix variable assignment when pulling via token

This commit is contained in:
Maidul Islam
2022-12-09 19:36:39 -05:00
parent aa554405c1
commit 1808ab6db8

View File

@@ -15,7 +15,7 @@ var rootCmd = &cobra.Command{
Short: "Infisical CLI is used to inject environment variables into any process",
Long: `Infisical is a simple, end-to-end encrypted service that enables teams to sync and manage their environment variables across their development life cycle.`,
CompletionOptions: cobra.CompletionOptions{DisableDefaultCmd: true},
Version: "0.1.8",
Version: "0.1.10",
}
// Execute adds all child commands to the root command and sets flags appropriately.