diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-06 23:39:25 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-06 23:39:25 -0500 |
| commit | e26264ac85ac07af8716770063e636abccf2d9fe (patch) | |
| tree | f1de28b606b14654913b2615db9dc848f0c3b2d9 | |
| parent | 47a739d25644647296c676cd28c71166f953bf7d (diff) | |
| download | rulesets-e26264ac85ac07af8716770063e636abccf2d9fe.tar.gz rulesets-e26264ac85ac07af8716770063e636abccf2d9fe.zip | |
chore(mcp): mark install.py executable
The shebang was already there but the file mode was 644. The Makefile invokes via "python3 mcp/install.py" so it worked anyway, but the mode now matches the shebang.
| -rwxr-xr-x[-rw-r--r--] | mcp/install.py | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/mcp/install.py b/mcp/install.py index 5e43832..5e43832 100644..100755 --- a/mcp/install.py +++ b/mcp/install.py |
