Commit 81c1197

mo <mo.khan@gmail.com>
2019-07-24 18:05:47
add space
1 parent 90862b8
Changed files (1)
lib/examine.rb
@@ -41,7 +41,7 @@ module Examine
           when 'x86_64-linux'
             URI.join(DOWNLOAD_PATH, 'clair-scanner_linux_386').to_s
           else
-            raise 'clair-scanner could not be found in your PATH.Download from https://github.com/arminc/clair-scanner/releases'
+            raise 'clair-scanner could not be found in your PATH. Download from https://github.com/arminc/clair-scanner/releases'
           end
           clair_exe = File.join(Dir.tmpdir, 'clair-scanner')
           Down.download(download_path, destination: clair_exe)