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

Commit

Permalink
Update references to reflect project renaming
Browse files Browse the repository at this point in the history
Close #6
  • Loading branch information
alrra committed Aug 20, 2017
1 parent c19eb41 commit 30d6364
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# sonar-service [![Build Status](https://travis-ci.org/sonarwhal/sonar-service.svg?branch=master)](https://travis-ci.org/sonarwhal/sonar-service) [![Greenkeeper badge](https://badges.greenkeeper.io/sonarwhal/sonar-service.svg)](https://greenkeeper.io/)
# online-service [![Build Status](https://travis-ci.org/sonarwhal/online-service.svg?branch=master)](https://travis-ci.org/sonarwhal/online-service) [![Greenkeeper badge](https://badges.greenkeeper.io/sonarwhal/online-service.svg)](https://greenkeeper.io/)
2 changes: 1 addition & 1 deletion src/lib/cli/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ export const options = optionator({
type: 'String'
}
],
prepend: 'sonar-service --microservice job-manager|config-manager|sync|worker [options]'
prepend: 'online-service --microservice job-manager|config-manager|sync|worker [options]'
});

0 comments on commit 30d6364

Please sign in to comment.