Skip to content

Commit

Permalink
Set cache dir to volatile dir
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Wang <henwang@amazon.com>
  • Loading branch information
henry118 committed Feb 15, 2024
1 parent b62753a commit 8526416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcni/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import (
)

var (
CacheDir = "/var/lib/cni"
CacheDir = "/var/run/cni"
// slightly awkward wording to preserve anyone matching on error strings
ErrorCheckNotSupp = fmt.Errorf("does not support the CHECK command")
)
Expand Down

0 comments on commit 8526416

Please sign in to comment.