Skip to content

Commit f676d9d

Browse files
committed
consistency between cli and web ui error
Signed-off-by: Alex Suraci <suraci.alex@gmail.com>
1 parent 97d2599 commit f676d9d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

errors.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ func (err AmbiguousReferenceError) PrettyPrint(out io.Writer) {
136136
fmt.Fprintf(out, "- %s:\n", loc.FilePath)
137137
loc.AnnotateLocation(textio.NewPrefixWriter(out, " "))
138138
}
139+
140+
fmt.Fprintf(out, "one of these must be changed.\n")
139141
}
140142

141143
func (err AmbiguousReferenceError) PrettyHTML(out io.Writer) error {

0 commit comments

Comments
 (0)