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