Skip to content

Commit

Permalink
Make Viper the default
Browse files Browse the repository at this point in the history
  • Loading branch information
kislaykishore committed Aug 28, 2024
1 parent cc4ba4e commit 29ed6ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func main() {
defer logPanic()
// Make logging output better.
log.SetFlags(log.Ldate | log.Ltime | log.Lmicroseconds)
if strings.ToLower(os.Getenv("ENABLE_GCSFUSE_VIPER_CONFIG")) == "true" {
if strings.ToLower(os.Getenv("ENABLE_GCSFUSE_VIPER_CONFIG")) == "false" {
// TODO: implement the mount logic instead of simply returning nil.
rootCmd, err := cmd.NewRootCmd(cmd.Mount)
if err != nil {
Expand Down

0 comments on commit 29ed6ab

Please sign in to comment.