Skip to content

Commit

Permalink
chore: house keeping
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricshih committed Feb 18, 2023
1 parent b67ea00 commit adf5a1e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions cmd/root.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
Copyright © 2022 NAME HERE <EMAIL ADDRESS>
*/
package cmd

import (
Expand Down
1 change: 0 additions & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ func getConfig(name string) (*viper.Viper, error) {
cfg.AddConfigPath("./")
cfg.AddConfigPath("config/")
cfg.AddConfigPath("../config/")
cfg.AddConfigPath("/etc/serviced/")
err := cfg.ReadInConfig()
if err != nil {
return nil, err
Expand Down

0 comments on commit adf5a1e

Please sign in to comment.