Skip to content

Commit

Permalink
Fix internal app name to new project name
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed Mar 8, 2014
1 parent f1cd6c1 commit 5f37fce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,2 +1,2 @@
cli_rescue
clirescue
tags
2 changes: 1 addition & 1 deletion main.go
Expand Up @@ -10,7 +10,7 @@ import (
func main() {
app := cli.NewApp()

app.Name = "cli_rescue"
app.Name = "clirescue"
app.Usage = "CLI tool to talk to the Pivotal Tracker's API"

app.Commands = []cli.Command{
Expand Down

0 comments on commit 5f37fce

Please sign in to comment.