Skip to content

Commit

Permalink
Merge pull request sintaxi#408 from mwbrooks/patch-1
Browse files Browse the repository at this point in the history
Update copyright date output by CLI.
  • Loading branch information
sintaxi committed Feb 12, 2015
2 parents bbf183c + 01e1874 commit f37d3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/harp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var harp = require("../")
var output = function(msg){
var v = pkg.version
console.log("------------")
console.log("Harp v" + v + " – Chloi Inc. 2012–2014")
console.log("Harp v" + v + " – Chloi Inc. 2012–2015")
if(msg){
console.log(msg)
console.log("Press Ctl+C to stop the server")
Expand Down

0 comments on commit f37d3e9

Please sign in to comment.