GetMutagenConfigFilePath returns the canonical location where the mutagen.yml lives
(app *DdevApp)
| 134 | |
| 135 | // GetMutagenConfigFilePath returns the canonical location where the mutagen.yml lives |
| 136 | func GetMutagenConfigFilePath(app *DdevApp) string { |
| 137 | return filepath.Join(app.GetConfigPath("mutagen"), "mutagen.yml") |
| 138 | } |
| 139 | |
| 140 | // GetMutagenConfigFileHash returns the SHA1 hash of the mutagen.yml |
| 141 | func GetMutagenConfigFileHash(app *DdevApp) (string, error) { |