diff options
-rwxr-xr-x | script/wad | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/wad b/script/wad index e459ba2e2..658ce37ef 100755 --- a/script/wad +++ b/script/wad @@ -406,7 +406,7 @@ class Wad def install_bundle log "Installing bundle" - system("bundle install --path .bundle --without='development production'") + system("bundle install --path .bundle --without='debug development production'") end def setup |