Skip to content

Commit 0e34634

Browse files
committed
Add support for CDLC Western Sahara
1 parent 6429d21 commit 0e34634

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)