Skip to content

Commit c5fcff7

Browse files
prabhuhariVasilis
authored andcommitted
Config file update (#34)
1 parent 0a4843b commit c5fcff7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/config.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ import (
3939
"github.com/uber/arachne/metrics"
4040

4141
"github.com/google/gopacket/layers"
42-
"github.com/jawher/mow.cli"
42+
cli "github.com/jawher/mow.cli"
4343
"github.com/pkg/errors"
4444
"go.uber.org/zap"
4545
"go.uber.org/zap/zapcore"
4646
"gopkg.in/validator.v2"
4747
"gopkg.in/yaml.v2"
4848
)
4949

50-
const defaultConfigFile = "/etc/arachne/arachne.yaml"
50+
const defaultConfigFile = "/usr/local/etc/arachne/arachne.yaml"
5151

5252
// BasicConfig holds the basic parameter configurations for the application.
5353
type BasicConfig struct {

0 commit comments

Comments
 (0)