correct typo
This commit is contained in:
parent
506e0f0f7a
commit
ec217a58f1
|
@ -36,7 +36,7 @@ module Travis
|
||||||
RequestLimitReached = ClientError .create('request limit reached for resource', status: 429)
|
RequestLimitReached = ClientError .create('request limit reached for resource', status: 429)
|
||||||
AlreadySyncing = ClientError .create('sync already in progress', status: 409)
|
AlreadySyncing = ClientError .create('sync already in progress', status: 409)
|
||||||
AlreadyRunning = ClientError .create('job already running', status: 409)
|
AlreadyRunning = ClientError .create('job already running', status: 409)
|
||||||
NotCancelable = ClientError .create('job is not running, cannot canel', status: 409)
|
NotCancelable = ClientError .create('job is not running, cannot cancel', status: 409)
|
||||||
MethodNotAllowed = ClientError .create('method not allowed', status: 405)
|
MethodNotAllowed = ClientError .create('method not allowed', status: 405)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue
Block a user