Skip to content
This repository has been archived by the owner on Nov 12, 2019. It is now read-only.

Commit

Permalink
Merge pull request #190 from djmitche/serviceName-with-dash
Browse files Browse the repository at this point in the history
Use a dash in the serviceName (aws-provisioner)
  • Loading branch information
djmitche committed Jun 1, 2018
2 parents 18531d4 + 54ed0c9 commit 97e3105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api-v1.js
Expand Up @@ -22,7 +22,7 @@ let EC2_INSTANCE_ID_PATTERN = /^i-[a-fA-F0-9]{8}$/;
*/
let api = new API({
title: 'AWS Provisioner API Documentation',
name: 'awsprovisioner',
name: 'aws-provisioner',
description: [
'The AWS Provisioner is responsible for provisioning instances on EC2 for use in',
'Taskcluster. The provisioner maintains a set of worker configurations which',
Expand Down

0 comments on commit 97e3105

Please sign in to comment.