From 2d8699b465272fc3846430a804571211cdd53d8a Mon Sep 17 00:00:00 2001 From: 35C4n0r Date: Fri, 13 Mar 2026 13:03:48 +0530 Subject: [PATCH] wip --- registry/coder-labs/modules/copilot/scripts/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/registry/coder-labs/modules/copilot/scripts/install.sh b/registry/coder-labs/modules/copilot/scripts/install.sh index 5a465865..226f10dd 100644 --- a/registry/coder-labs/modules/copilot/scripts/install.sh +++ b/registry/coder-labs/modules/copilot/scripts/install.sh @@ -27,6 +27,7 @@ install_copilot() { fi if ! command_exists copilot; then + echo "PATH after installation: $PATH" echo "ERROR: Failed to install Copilot" exit 1 fi