Commit 4fbb3fc 1 parent 23c9d73 commit 4fbb3fc Copy full SHA for 4fbb3fc
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,8 +68,8 @@ func init() {
68
68
viperx .MustBindFlag (viper .GetViper (), "spicedb.verifyca" , rootCmd .PersistentFlags ().Lookup ("spicedb-verifyca" ))
69
69
rootCmd .PersistentFlags ().String ("spicedb-prefix" , "" , "spicedb prefix" )
70
70
viperx .MustBindFlag (viper .GetViper (), "spicedb.prefix" , rootCmd .PersistentFlags ().Lookup ("spicedb-prefix" ))
71
- rootCmd .PersistentFlags ().String ("spicedb-policy " , "" , "spicedb policy file " )
72
- viperx .MustBindFlag (viper .GetViper (), "spicedb.policyFile " , rootCmd .PersistentFlags ().Lookup ("spicedb-policy " ))
71
+ rootCmd .PersistentFlags ().String ("spicedb-policydir " , "" , "spicedb policy directory " )
72
+ viperx .MustBindFlag (viper .GetViper (), "spicedb.policyDir " , rootCmd .PersistentFlags ().Lookup ("spicedb-policydir " ))
73
73
}
74
74
75
75
// initConfig reads in config file and ENV variables if set.
You can’t perform that action at this time.
0 commit comments