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

Commit

Permalink
feat(cli): Changed delimiter to not match local, moved ubiquitsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zakhenry committed Jun 6, 2016
1 parent caeee70 commit fc00bde
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/server/services/remoteCli.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ export class RemoteCli {

this.vantage = new Vantage();


this.vantage.delimiter('ubiquits~$');
this.vantage.delimiter('ubiquits-runtime~$');

let displayBanner = `Welcome to Ubiquits runtime cli. Type 'help' for commands`;
if ((<any>process.stdout).columns > 68) {
Expand Down
File renamed without changes.

0 comments on commit fc00bde

Please sign in to comment.