Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1168)

Unified Diff: cmd/juju/bootstrap.go

Issue 8545043: environs: extract tools package
Patch Set: environs: extract tools package Created 10 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « [revision details] ('k') | cmd/juju/main_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cmd/juju/bootstrap.go
=== modified file 'cmd/juju/bootstrap.go'
--- cmd/juju/bootstrap.go 2013-04-09 17:23:58 +0000
+++ cmd/juju/bootstrap.go 2013-04-09 21:49:09 +0000
@@ -7,6 +7,7 @@
"launchpad.net/juju-core/cmd"
"launchpad.net/juju-core/constraints"
"launchpad.net/juju-core/environs"
+ "launchpad.net/juju-core/environs/tools"
"os"
"strings"
)
@@ -64,7 +65,7 @@
}
if c.UploadTools {
- tools, err := environs.PutTools(environ.Storage(), nil, c.FakeSeries...)
+ tools, err := tools.Upload(environ.Storage(), nil, c.FakeSeries...)
if err != nil {
return err
}
« no previous file with comments | « [revision details] ('k') | cmd/juju/main_test.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b