Fix RUN_COMMAND Intent plugin api url

This commit is contained in:
agnostic-apollo
2021-04-06 12:21:22 +05:00
parent 8a5442f80d
commit 38323b1c2a
2 changed files with 2 additions and 2 deletions

View File

@@ -302,7 +302,7 @@ public class RunCommandService extends Service {
runStartForeground();
ExecutionCommand executionCommand = new ExecutionCommand();
executionCommand.pluginAPIHelp = this.getString(R.string.error_run_command_service_api_help, TermuxConstants.TERMUX_GITHUB_REPO_URL);
executionCommand.pluginAPIHelp = this.getString(R.string.error_run_command_service_api_help, RUN_COMMAND_SERVICE.RUN_COMMAND_API_HELP_URL);
String errmsg;