We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff8a8f5 commit e82587dCopy full SHA for e82587d
lib/buckets.ps1
@@ -61,6 +61,6 @@ function new_issue_msg($app, $bucket, $title, $body) {
61
$url += "&body=$body"
62
}
63
64
- $msg = "`nPlease create a new issue by using the following link and paste your console output:"
+ $msg = "`nPlease try again or create a new issue by using the following link and paste your console output:"
65
return "$msg`n$url"
66
0 commit comments