Skip to content

Commit 1031a1f

Browse files
committed
1 parent b8cd84e commit 1031a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/nanoc/github.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module Github
1010

1111
class Cache
1212
def initialize(cache_dir)
13-
@store = PStore.new(File.join(cache_dir, "nanoc-github.store"))
13+
@store = PStore.new(File.join(cache_dir, "nanoc-github.store"), true)
1414
end
1515

1616
def write(name, value, options = nil)

0 commit comments

Comments
 (0)