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

Commit

Permalink
makeSlug shouldn't come before linking app
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Condon committed Oct 26, 2011
1 parent d613a87 commit 017bf6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions lib/app.js
Expand Up @@ -169,8 +169,7 @@ var App = Structr({
self.remove(items.pop()._id); self.remove(items.pop()._id);
} }
}); });


self.makeSlug(function(){});




console.log('linking new app: ' + source); console.log('linking new app: ' + source);
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{ {
"name":"gittyup", "name":"gittyup",
"descriptions": "easy git deployment for node.js apps", "descriptions": "easy git deployment for node.js apps",
"version": "0.0.20", "version": "0.0.21",
"author": "Craig Condon <craig@spiceapps.com>", "author": "Craig Condon <craig@spiceapps.com>",
"repository": { "repository": {
"type": "git", "type": "git",
Expand Down

0 comments on commit 017bf6d

Please sign in to comment.