We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
/
1 parent 424140b commit e96c220Copy full SHA for e96c220
1 file changed
plugins/lua/stockpiles.lua
@@ -8,7 +8,7 @@ local overlay = require('plugins.overlay')
8
local widgets = require('gui.widgets')
9
10
local STOCKPILES_DIR = 'dfhack-config/stockpiles'
11
-local STOCKPILES_LIBRARY_DIR = dfhack.getHackPath() .. 'data/stockpiles'
+local STOCKPILES_LIBRARY_DIR = dfhack.getHackPath() .. '/data/stockpiles'
12
13
local BAD_FILENAME_REGEX = '[^%w._]'
14
0 commit comments