diff --git a/src/instance.go b/src/instance.go index 195c8c3..3a4021a 100644 --- a/src/instance.go +++ b/src/instance.go @@ -54,7 +54,7 @@ func NewInstance(base, mothballDir, stateDir, resourcesDir, password string) (*I } // Stuff people with mediocre handwriting could write down unambiguously, and can be entered without holding down shift -const distinguishableChars = "234678abcdefhijkmnpqrtuvwxyz=" +const distinguishableChars = "234678abcdefhijkmnpqrtwxyz=" func mktoken() string { a := make([]byte, 8)