summary refs log tree commit diff stats
path: root/cache/getdir_unix.go
diff options
context:
space:
mode:
Diffstat (limited to 'cache/getdir_unix.go')
-rw-r--r--cache/getdir_unix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cache/getdir_unix.go b/cache/getdir_unix.go
index b1358d7..62dd5ed 100644
--- a/cache/getdir_unix.go
+++ b/cache/getdir_unix.go
@@ -22,7 +22,7 @@ func GetDir() string {
 	}
 
 	// Cetus cache directory is cacheDir/cetus.
-	cetusCacheDir = fmt.Sprintf("%s/%s", cacheDir,
+	cetusCacheDir := fmt.Sprintf("%s/%s", cacheDir,
 		"cetus")
 
 	return cetusCacheDir