Skip to content

Commit

Permalink
buckets: change wording of new_issue_msg()
Browse files Browse the repository at this point in the history
  • Loading branch information
r15ch13 committed Sep 10, 2018
1 parent ff8a8f5 commit e82587d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/buckets.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ function new_issue_msg($app, $bucket, $title, $body) {
$url += "&body=$body"
}

$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:"
return "$msg`n$url"
}

0 comments on commit e82587d

Please sign in to comment.