Skip to content

Commit cd20121

Browse files
committed
test
1 parent f19d73f commit cd20121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ import { run } from "probot";
22
import log from "./log.js";
33
import { robot } from "./bot.js";
44

5-
log.info("Starting probot");
5+
log.info("Starting probot app");
66

77
run(robot)

0 commit comments

Comments
 (0)