Skip to content

Commit 98f6b6d

Browse files
authored
remove the period after the successful lsif upload url (#302)
1 parent d75cad9 commit 98f6b6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/src/lsif_upload.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ Examples:
238238
fmt.Println(string(serialized))
239239
} else {
240240
fmt.Printf("LSIF dump successfully uploaded for processing.\n")
241-
fmt.Printf("View processing status at %s.\n", uploadURL)
241+
fmt.Printf("View processing status at %s\n", uploadURL)
242242
}
243243

244244
if *flags.open {

0 commit comments

Comments
 (0)