Merge branch '8488-cwl-crunchrunner-collection' closes #8488
[arvados.git] / apps / workbench / lib / app_version.rb
index 05b9f2694d26bb81113d46d9db8ea1e5a00ebe1f..48cb8f678c4bd22d0ce3b7f4ae77a09467fc8055 100644 (file)
@@ -1,5 +1,5 @@
 # If you change this file, you'll probably also want to make the same
-# changes in apps/workbench/lib/app_version.rb.
+# changes in services/api/lib/app_version.rb.
 
 class AppVersion
   def self.git(*args, &block)
@@ -30,7 +30,7 @@ class AppVersion
     if @hash.nil? or @hash.empty?
       begin
         local_modified = false
-        git("status", "-s") do |git_pipe|
+        git("status", "--porcelain") do |git_pipe|
           git_pipe.each_line do |_|
             STDERR.puts _
             local_modified = true