Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2017-08-30 21:36:15 +0300
committerShinya Maeda <shinya@gitlab.com>2017-09-05 08:30:28 +0300
commitb1af1f268b97c8518bf2806bca48f49174a8aead (patch)
tree46871ac6c42841ebd7424888b178d19e36e57c94 /lib/api/commit_statuses.rb
parentdcf09d11447c264f4b4028ea80eea2be913c2f5b (diff)
Fix enum wording
Diffstat (limited to 'lib/api/commit_statuses.rb')
-rw-r--r--lib/api/commit_statuses.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/commit_statuses.rb b/lib/api/commit_statuses.rb
index c129cc9171d..9ab64452d2b 100644
--- a/lib/api/commit_statuses.rb
+++ b/lib/api/commit_statuses.rb
@@ -103,7 +103,7 @@ module API
when 'success'
status.success!
when 'failed'
- status.drop!(:api)
+ status.drop!(:failed_by_api)
when 'canceled'
status.cancel!
else