Skip to content

Commit

Permalink
fix: typo in global konnect-token-file flag
Browse files Browse the repository at this point in the history
  • Loading branch information
lena-larionova authored and GGabriele committed Jul 31, 2023
1 parent 86497a5 commit 37196ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ It can be used to export, import, or sync entities to Kong.`,
rootCmd.PersistentFlags().Lookup("konnect-token"))

rootCmd.PersistentFlags().String("konnect-token-file", "",
"File containing the Peronsal Access Token to your Konnect account.")
"File containing the Personal Access Token to your Konnect account.")
viper.BindPFlag("konnect-token-file",
rootCmd.PersistentFlags().Lookup("konnect-token-file"))

Expand Down

0 comments on commit 37196ea

Please sign in to comment.