summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2018-07-12 17:40:35 +0900
committerShinya Maeda <shinya@gitlab.com>2018-07-12 17:40:35 +0900
commita531bd7487955143489d286a0fb2e5d0984acc52 (patch)
tree14202650b9d711dfa463d2c55285875b8856c2ab
parent57d6f21821c8ad934874c1aac3f627335c64c80d (diff)
downloadgitlab-ce-a531bd7487955143489d286a0fb2e5d0984acc52.tar.gz
Fix errors typo
-rw-r--r--app/models/ci/job_artifact.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/ci/job_artifact.rb b/app/models/ci/job_artifact.rb
index e5449b37c5c..b6e22ed0246 100644
--- a/app/models/ci/job_artifact.rb
+++ b/app/models/ci/job_artifact.rb
@@ -81,7 +81,7 @@ module Ci
return if trace? && raw?
return if junit? && gzip?
- erros.add(:file_type, "cannot save #{file_type} type as #{file_format} format")
+ errors.add(:file_type, "cannot save #{file_type} type as #{file_format} format")
end
def set_size