Skip to content

Commit 3148efb

Browse files
authored
Merge pull request #206 from Dahlgren/feature/cdlc-western-sahara
Add support for CDLC Western Sahara
2 parents 6429d21 + 0e34634 commit 3148efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mods.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Mods.prototype.delete = function (mod, cb) {
2323

2424
Mods.prototype.updateMods = function () {
2525
var self = this
26-
glob('**/{@*,csla,gm,vn}/addons', { cwd: self.config.path }, function (err, files) {
26+
glob('**/{@*,csla,gm,vn,ws}/addons', { cwd: self.config.path }, function (err, files) {
2727
if (err) {
2828
console.log(err)
2929
} else {

0 commit comments

Comments
 (0)