Skip to content

Commit e96c220

Browse files
committed
fix missing / in stockpiles
1 parent 424140b commit e96c220

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/lua/stockpiles.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ local overlay = require('plugins.overlay')
88
local widgets = require('gui.widgets')
99

1010
local STOCKPILES_DIR = 'dfhack-config/stockpiles'
11-
local STOCKPILES_LIBRARY_DIR = dfhack.getHackPath() .. 'data/stockpiles'
11+
local STOCKPILES_LIBRARY_DIR = dfhack.getHackPath() .. '/data/stockpiles'
1212

1313
local BAD_FILENAME_REGEX = '[^%w._]'
1414

0 commit comments

Comments
 (0)