Skip to content

Commit

Permalink
fix variable assignment when pulling via token
Browse files Browse the repository at this point in the history
  • Loading branch information
maidul98 committed Dec 10, 2022
1 parent aa55440 commit 1808ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/packages/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1808ab6

Please sign in to comment.