X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/465cb9225cce74600349239a295b1360ce2b0fa6..0fe15cf43dfc6c10a4fc949ba462a7ac14e2d8e7:/services/api/app/models/commit.rb diff --git a/services/api/app/models/commit.rb b/services/api/app/models/commit.rb index e4b789e099..f74e2fedc7 100644 --- a/services/api/app/models/commit.rb +++ b/services/api/app/models/commit.rb @@ -72,7 +72,7 @@ class Commit < ActiveRecord::Base # If string is invalid, nothing else to do if !git_check_ref_format(max_hash) logger.warn "ref returned by `GIT_DIR=#{gitdir} #{git_max_hash_cmd}` was invalid for max_hash: #{max_hash}" - return[] + return [] end resolved_exclude = nil