Skip to content

Commit

Permalink
also need to pull in mgo dependency from our repo
Browse files Browse the repository at this point in the history
  • Loading branch information
erikstmartin committed Dec 4, 2012
1 parent 5df3c8a commit da09859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/chef/cookbooks/skynet/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

execute "download-skynet" do
command %Q{
go get github.com/skynetservices/go-shellquote && go get github.com/skynetservices/liner && go get github.com/skynetservices/skynet
go get github.com/skynetservices/go-shellquote && go get github.com/skynetservices/liner && go get github.com/skynetservices/mgo && go get github.com/skynetservices/skynet
}

not_if do
Expand Down

0 comments on commit da09859

Please sign in to comment.