Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the golang lint on make check: ``` golangci-lint run config/default.go:27:2: `oldDefaultRootDir` is unused (deadcode) oldDefaultRootDir = "/var/lib/containerd-nydus-grpc" ^ make: *** [Makefile:73: check] Error 1 ``` Signed-off-by: Yan Song <[email protected]>
- Loading branch information