Skip to content

Commit

Permalink
Adjust "merging X onto Y" output.
Browse files Browse the repository at this point in the history
  • Loading branch information
hacksalot committed Jan 24, 2016
1 parent fbcc06d commit 0791500
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cli/msg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ events:
msg: Verifying outputs: ???
beforeMerge:
msg:
- Merging **%s**
- "Merging **%s**"
- " onto **%s**"
applyTheme:
msg: Applying **%s** theme (**%s** format%s)
Expand Down
2 changes: 1 addition & 1 deletion src/cli/out.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Output routines for HackMyResume.
this.msgs.beforeMerge.msg[1] ), a.file
);
}, this);
L( M2C(msg, evt.mixed ? 'yellow' : 'green') );
L( M2C(msg, evt.mixed ? 'yellow' : 'gray', 'white.dim') );
break;

case HME.afterMerge:
Expand Down

0 comments on commit 0791500

Please sign in to comment.