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

Commit

Permalink
Remove dot from message
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Aug 27, 2016
1 parent 556bf6a commit fc2e91d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Bumped.animation.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module.exports = class Animation
process.stdout.write '\n' if @isPostRelease

@logger.keyword = "#{chalk.magenta(shortcut)} #{@logger.keyword}"
@logger.success "Starting #{chalk.cyan(@text)}..."
@logger.success "Starting #{chalk.cyan(@text)}"
cb()

stop: (err, cb) ->
Expand Down

0 comments on commit fc2e91d

Please sign in to comment.