Skip to content

Commit 7ff33c9

Browse files
committed
print config after initialization
1 parent 5a1a6b5 commit 7ff33c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/action.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,8 @@ module Action (Github_api : Api.Github) (Slack_api : Api.Slack) = struct
198198
let repo = Github.repo_of_notification notification in
199199
match%lwt Github_api.get_config ~ctx ~repo with
200200
| Ok config ->
201-
Context.print_config ctx;
202201
ctx.config <- Some config;
202+
Context.print_config ctx;
203203
Lwt.return @@ Ok ()
204204
| Error e -> action_error e
205205
in

0 commit comments

Comments
 (0)