Skip to content

Commit

Permalink
Fixup source repository in the deployment script
Browse files Browse the repository at this point in the history
Change-Id: I2e8ddd13f09a71832c71883fe99f832926eee367
  • Loading branch information
avsej committed Dec 14, 2012
1 parent a177720 commit 1e89bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy.rb
@@ -1,7 +1,7 @@
require "bundler/capistrano"

set :application, "couchbase-beer.rb"
set :repository, "git://github.com/avsej/couchbase-beer.rb.git"
set :repository, "git://github.com/couchbaselabs/couchbase-beer.rb.git"

set :scm, :git
set :deploy_via, :checkout
Expand Down

0 comments on commit 1e89bb1

Please sign in to comment.