X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/8e693a9981f03d229ff2bff7dd6e5d06e0790c19..HEAD:/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",