Skip to content
This repository has been archived by the owner on Feb 20, 2020. It is now read-only.

Commit

Permalink
typo fix (credit: @djmitche)
Browse files Browse the repository at this point in the history
  • Loading branch information
petemoore committed Feb 2, 2019
1 parent d866a9a commit a77d8ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -195,7 +195,7 @@ and reports back results to the queue.
rootURL The root URL of the taskcluster deployment to which
clientId and accessToken grant access. For example,
'https://taskcluster.net'. Individual services can
override this settings - see the *BaseURL settings.
override this setting - see the *BaseURL settings.
workerId A name to uniquely identify your worker.
workerType This should match a worker_type managed by the
provisioner you have specified.
Expand Down
2 changes: 1 addition & 1 deletion main.go
Expand Up @@ -178,7 +178,7 @@ and reports back results to the queue.
rootURL The root URL of the taskcluster deployment to which
clientId and accessToken grant access. For example,
'https://taskcluster.net'. Individual services can
override this settings - see the *BaseURL settings.
override this setting - see the *BaseURL settings.
workerId A name to uniquely identify your worker.
workerType This should match a worker_type managed by the
provisioner you have specified.
Expand Down

0 comments on commit a77d8ac

Please sign in to comment.