From 3a11cc65ef3551961e9cfdc61d8e57630f3056f6 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Thu, 21 Feb 2019 19:40:48 -0700 Subject: [PATCH] Remove a couple ambiguous letters --- src/instance.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)