distro: rename ListArchs to ListArches
In PR#395 we discussed the spelling of archs vs. arches and we agreed to use arches. This patch only renames the public method `ListArchs`in the `Distro` interface.
This commit is contained in:
parent
57134548a1
commit
92145822d9
13 changed files with 13 additions and 13 deletions
|
|
@ -16,7 +16,7 @@ type testImageType struct{}
|
|||
const name = "test-distro"
|
||||
const modulePlatformID = "platform:test"
|
||||
|
||||
func (d *TestDistro) ListArchs() []string {
|
||||
func (d *TestDistro) ListArches() []string {
|
||||
return []string{"test_arch"}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue