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

Unified Diff: environs/configstore/disk.go

Issue 13969043: environs/configstore: change file extension
Patch Set: environs/configstore: change file extension Created 11 years, 6 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') | environs/configstore/disk_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: environs/configstore/disk.go
=== modified file 'environs/configstore/disk.go'
--- environs/configstore/disk.go 2013-09-26 09:09:29 +0000
+++ environs/configstore/disk.go 2013-09-26 13:46:39 +0000
@@ -51,7 +51,7 @@
}
func (d *diskStore) envPath(envName string) string {
- return filepath.Join(d.dir, "environments", envName+".yaml")
+ return filepath.Join(d.dir, "environments", envName+".jenv")
mue 2013/09/26 13:52:51 Good choice. I prefer names/extensions telling wha
}
func (d *diskStore) mkEnvironmentsDir() error {
« no previous file with comments | « [revision details] ('k') | environs/configstore/disk_test.go » ('j') | no next file with comments »

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