Merge pull request #3496 from juergenhoetzel/imporove-snapshot-filter-warning-message

Improve snapshot filter warning message
This commit is contained in:
MichaelEischer
2021-09-03 23:42:27 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ import (
type MultipleIDMatchesError struct{ prefix string }
func (e *MultipleIDMatchesError) Error() string {
return fmt.Sprintf("multiple IDs with prefix %s found", e.prefix)
return fmt.Sprintf("multiple IDs with prefix %q found", e.prefix)
}
// A NoIDByPrefixError is returned by Find() when no ID for a given prefix