Commit 44f885ef authored by Alessio Caiazza's avatar Alessio Caiazza

Fix typo

parent 49210dff
...@@ -6,7 +6,7 @@ module Gitlab ...@@ -6,7 +6,7 @@ module Gitlab
SUCCEEDED = 'Succeeded'.freeze SUCCEEDED = 'Succeeded'.freeze
FAILED = 'Failed'.freeze FAILED = 'Failed'.freeze
UNKNOWN = 'Unknown'.freeze UNKNOWN = 'Unknown'.freeze
PHASES = [PENDING, RUNNING, SUCCEEDED, FAILED, UNKNONW].freeze PHASES = [PENDING, RUNNING, SUCCEEDED, FAILED, UNKNOWN].freeze
end end
end end
end end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment