Skip to content

Commit 4d138d8

Browse files
committed
fix: update agentics-update command to use --dir flag for workflow directory
1 parent d8f3bf6 commit 4d138d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ agentics-add: build
278278
./gh-aw add --dir agentics githubnext/agentics/*
279279

280280
agentics-update: build
281-
./gh-aw update agentics/*
281+
./gh-aw update --dir .github/workflows/agentics
282282

283283
# Help target
284284
.PHONY: help

0 commit comments

Comments
 (0)