lib/ddr/antivirus/adapters/clamd_scanner_adapter.rb in ddr-antivirus-1.3.2 vs lib/ddr/antivirus/adapters/clamd_scanner_adapter.rb in ddr-antivirus-1.3.3
- old
+ new
@@ -24,10 +24,10 @@
end
private
def command(path)
- `clamdscan --no-summary #{path}`.strip
+ `clamdscan --no-summary "#{path}"`.strip
end
end
#