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

Unified Diff: environs/configstore/mem.go

Issue 71490045: cmd/juju: warn about existing jenv file
Patch Set: cmd/juju: warn about existing jenv file Created 11 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 | « environs/configstore/interface.go ('k') | environs/configstore/mem_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: environs/configstore/mem.go
=== modified file 'environs/configstore/mem.go'
--- environs/configstore/mem.go 2013-09-25 16:32:36 +0000
+++ environs/configstore/mem.go 2014-03-06 12:50:38 +0000
@@ -71,6 +71,11 @@
return nil, errors.NotFoundf("environment %q", envName)
}
+// Location implements EnvironInfo.Location.
+func (info *memInfo) Location() string {
+ return "memory"
+}
+
// Write implements EnvironInfo.Write.
func (info *memInfo) Write() error {
m := info.store
« no previous file with comments | « environs/configstore/interface.go ('k') | environs/configstore/mem_test.go » ('j') | no next file with comments »

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