Fix write mistake

This commit is contained in:
Ernesto Castellotti 2019-01-22 21:44:53 +01:00 committed by GitHub
parent f36dacf55d
commit ab1016125d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,6 +25,6 @@ public enum Arch {
i386,
armhf,
aarch64,
ppc64el
ppc64el,
unknown
}