forked from toolshed/abra
chore: run formatter
This commit is contained in:
@ -256,8 +256,8 @@ func TemplateAppEnvSample(appType, appName, server, domain, recipe string) error
|
||||
return fmt.Errorf("%s already exists?", appEnvPath)
|
||||
}
|
||||
|
||||
envSample = []byte(strings.Replace(string(envSample), fmt.Sprintf("%s.example.com", recipe), domain, -1));
|
||||
envSample = []byte(strings.Replace(string(envSample), "example.com", domain, -1));
|
||||
envSample = []byte(strings.Replace(string(envSample), fmt.Sprintf("%s.example.com", recipe), domain, -1))
|
||||
envSample = []byte(strings.Replace(string(envSample), "example.com", domain, -1))
|
||||
|
||||
err = ioutil.WriteFile(appEnvPath, envSample, 0755)
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user