Fix write mistake

This commit is contained in:
Ernesto Castellotti 2019-01-22 21:44:53 +01:00 committed by GitHub
parent a2502ad98a
commit 9904c2a203

View File

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