From aea73c5c5fd226ef93f67a146827ed20d19787f4 Mon Sep 17 00:00:00 2001 From: Fl_GUI Date: Sun, 13 Apr 2025 19:56:08 +0200 Subject: [PATCH] complete git hook task --- examples/toml/yampl.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/toml/yampl.toml b/examples/toml/yampl.toml index ef69c30..f004472 100644 --- a/examples/toml/yampl.toml +++ b/examples/toml/yampl.toml @@ -83,7 +83,7 @@ On push to main branch of yampl, the toml file must be checked out into the work The yampl service should pick up that new file. ''' type = "task" -completed = false +completed = true [[items]] name = "watch project file" -- 2.47.1