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

Commit

Permalink
fixed package typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Condon committed Dec 5, 2011
1 parent b104f25 commit a9189b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -14,8 +14,8 @@ Gittyup is a node.js deplyment library with some slick features:

## Command Line

gittyup checkout daisy --repo=https://github.com/crcn/daisy.git
gup checkout daisy --repo=https://github.com/crcn/daisy.git

### Options
help
rollback :name Rollback a repositoriy
Expand Down
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -16,7 +16,9 @@
"yaconfig": "*",
"moment":"*"
},
"bin": "./bin/gittyup",
"bin": {
"gup":"./bin/gittyup"
},
"os": [
"linux",
"darwin",
Expand Down

0 comments on commit a9189b4

Please sign in to comment.