Skip to content

Commit

Permalink
cmd: shorten default socket address
Browse files Browse the repository at this point in the history
To shorten the default socket address and keep it consistent
with the one in README.md

Signed-off-by: Changwei Ge <[email protected]>
  • Loading branch information
changweige committed Feb 11, 2022
1 parent 38b23bc commit 3e1584e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/containerd-nydus-grpc/pkg/command/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
)

const (
defaultAddress = "/run/containerd-nydus-grpc/containerd-nydus-grpc.sock"
defaultAddress = "/run/containerd-nydus/containerd-nydus-grpc.sock"
defaultLogLevel = logrus.InfoLevel
defaultRootDir = "/var/lib/containerd-nydus-grpc"
defaultGCPeriod = "24h"
Expand Down

0 comments on commit 3e1584e

Please sign in to comment.