Skip to content

Commit

Permalink
#612: fixed issue URL (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-vcapgemini authored Sep 12, 2024
1 parent e73c7ae commit 2a6c110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/main/java/com/devonfw/tools/ide/cli/Ideasy.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public int run(String... args) {
+ "We are sorry for the inconvenience.\n" //
+ "Please check the error below, resolve it and try again.\n" //
+ "If the error is not on your end (network connectivity, lack of permissions, etc.) please file a bug:\n" //
+ "https://github.com/devonfw/ide/issues/new?assignees=&labels=bug&projects=&template=bug.md&title="
+ "https://github.com/devonfw/IDEasy/issues/new?assignees=&labels=bug&projects=&template=bug.md&title="
+ URLEncoder.encode(title, StandardCharsets.UTF_8);
context().error(error, message);
}
Expand Down

0 comments on commit 2a6c110

Please sign in to comment.