We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f106bec commit a2b597cCopy full SHA for a2b597c
src/index.ts
@@ -2,6 +2,6 @@ import { run } from "probot";
2
import log from "./log.js";
3
import { robot } from "./bot.js";
4
5
-log.info("Starting probot app!!");
+log.info("Starting probot");
6
7
run(robot)
0 commit comments