Skip to content

Commit

Permalink
Update positron.go
Browse files Browse the repository at this point in the history
Signed-off-by: hunnywar <[email protected]>
  • Loading branch information
hunnywar authored Dec 26, 2024
1 parent c613a18 commit 3de8ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ide/positron.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func GetPositronBinaryPath() (string, error) {
redBold := "\033[1;31m" // ANSI escape code for red and bold
reset := "\033[0m" // ANSI escape code to reset text formatting

errorMessage := "Please install Positron from https://www.cursor.com/ and ensure it's in your PATH.\n"
errorMessage := "Please install Positron from https://positron.posit.co/download.html and ensure it's in your PATH.\n"

return "", errors.New(redBold + errorMessage + reset)
}

0 comments on commit 3de8ed2

Please sign in to comment.