Skip to content

Commit 6698967

Browse files
authored
fix renamae action
1 parent 4c85ea2 commit 6698967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"downport": "abaplint --fix .github/abaplint/abap_702.jsonc && npm run syfixes",
2727
"auto_transpile": "rm -rf node/output && cp -r src node/downport && abap_transpile ./node/setup/abap_transpile.json",
2828
"unit": "echo RUNNING && node node/output/index.mjs",
29-
"rename_test": "abaplint ./.github/abaplint/rename_test.jsonc --rename"
29+
"rename_test": "abaplint .github/abaplint/rename_test.jsonc --rename"
3030
}
3131
}

0 commit comments

Comments
 (0)