diff options
Diffstat (limited to 'lib/license/finder/ext/go_modules.rb')
| -rw-r--r-- | lib/license/finder/ext/go_modules.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/license/finder/ext/go_modules.rb b/lib/license/finder/ext/go_modules.rb index a0fcb96..8927f2c 100644 --- a/lib/license/finder/ext/go_modules.rb +++ b/lib/license/finder/ext/go_modules.rb @@ -10,7 +10,7 @@ module LicenseFinder within_project_path do tool_box.install(tool: :golang) - shell.execute([:go, :mod, :download, '-json']) + shell.execute([:go, :mod, :download, '-json'], capture: false) end end |
