diff --git a/main.go b/main.go index 52edf49..400e09f 100644 --- a/main.go +++ b/main.go @@ -38,7 +38,7 @@ func scanFile(file string, key string) string { } func value(keyValue string) string { - re := regexp.MustCompile("[A-Z-a-z-_]+: (.*)$") + re := regexp.MustCompile("[0-9-A-Z-a-z-_]+: (.*)$") match := re.FindStringSubmatch(keyValue) if len(match) == 0 {