Skip to content

Commit

Permalink
oops, fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
lancejpollard committed Oct 2, 2012
1 parent a4cf829 commit 14cfa5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "tower",
"version": "0.4.2-11",
"version": "0.4.2-12",
"description": "Full Stack Web Framework for Node.js and the Browser",
"homepage": "http://viatropos.github.com/tower",
"main": "./index.js",
Expand Down
1 change: 0 additions & 1 deletion packages/tower-generator/server/actions.coffee
Expand Up @@ -19,7 +19,6 @@ File.mkdirpSync = (dir) ->

Tower.GeneratorActions =
get: (url, to, retries=0) ->
return unless url.match('cloud')
path = @destinationPath(to)

error = =>
Expand Down

0 comments on commit 14cfa5e

Please sign in to comment.