fix: typo

Carlos Alexandro Becker created

Change summary

.github/workflows/update.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

.github/workflows/update.yml 🔗

@@ -17,7 +17,7 @@ jobs:
       - uses: actions/setup-go@v5
         with:
           go-version-file: go.mod
-      - run: go run . ./cmd/openrouter/main.go
+      - run: go run ./cmd/openrouter/main.go
       - uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v5
         with:
           commit_message: "chore: auto-update generated files"