X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f34a8d68bdd096cf1b019a9806bd1e6eba028d77..16c7c2547c1c4ae9a00d346fee7c44b0e7ca1c7e:/services/api/lib/app_version.rb diff --git a/services/api/lib/app_version.rb b/services/api/lib/app_version.rb index 335608b2b6..95685ea5fe 100644 --- a/services/api/lib/app_version.rb +++ b/services/api/lib/app_version.rb @@ -2,9 +2,6 @@ # # 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. - class AppVersion def self.git(*args, &block) IO.popen(["git", "--git-dir", ".git"] + args, "r",