We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d75cad9 commit 98f6b6dCopy full SHA for 98f6b6d
cmd/src/lsif_upload.go
@@ -238,7 +238,7 @@ Examples:
238
fmt.Println(string(serialized))
239
} else {
240
fmt.Printf("LSIF dump successfully uploaded for processing.\n")
241
- fmt.Printf("View processing status at %s.\n", uploadURL)
+ fmt.Printf("View processing status at %s\n", uploadURL)
242
}
243
244
if *flags.open {
0 commit comments