From c5bf068b9eb99d60b52251026697a12d5d179bf3 Mon Sep 17 00:00:00 2001 From: only-cli Date: Mon, 24 Aug 2026 09:24:16 -0400 Subject: [PATCH] give cli.js the exec bit package.json points bin.oc at src/cli.js, so an npm link resolves the global oc to this file directly and running it needs the bit. Without it every oc invocation dies with Permission denied while node src/cli.js keeps working, which is easy to miss. --- src/cli.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 src/cli.js diff --git a/src/cli.js b/src/cli.js old mode 100644 new mode 100755