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

Unified Diff: cmd/juju/plugin.go

Issue 81570045: cleanup: fixing go vet warnings
Patch Set: cleanup: fixing go vet warnings Created 10 years 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 | « cmd/juju/deploy.go ('k') | cmd/juju/publish.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cmd/juju/plugin.go
=== modified file 'cmd/juju/plugin.go'
--- cmd/juju/plugin.go 2014-02-17 12:57:06 +0000
+++ cmd/juju/plugin.go 2014-03-28 11:17:33 +0000
@@ -68,7 +68,7 @@
if !execError {
return err
}
- return &cmd.UnrecognizedCommand{subcommand}
+ return &cmd.UnrecognizedCommand{Name: subcommand}
}
type PluginCommand struct {
« no previous file with comments | « cmd/juju/deploy.go ('k') | cmd/juju/publish.go » ('j') | no next file with comments »

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