X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/8a3fb7961809da1a2aeca4bfd26c012f794379e3..4b4bb33aca0e12ae06bce395f02031890d6ef8bc:/services/api/lib/app_version.rb diff --git a/services/api/lib/app_version.rb b/services/api/lib/app_version.rb index 2f235d1eab..abcf40ee36 100644 --- a/services/api/lib/app_version.rb +++ b/services/api/lib/app_version.rb @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + # If you change this file, you'll probably also want to make the same # changes in apps/workbench/lib/app_version.rb. @@ -30,7 +34,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 |_| local_modified = true # Continue reading the pipe so git doesn't get SIGPIPE.