[PR #1131] [CLOSED] fix: move print_message function before first usage in install script #9821

Closed
opened 2026-02-16 18:14:13 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/1131
Author: @omer-vishlitzky
Created: 7/18/2025
Status: Closed

Base: devHead: dev


📝 Commits (1)

  • 3bae7cd fix: move print_message function before first usage in install script

📊 Changes

1 file changed (+14 additions, -14 deletions)

View changed files

📝 install (+14 -14)

📄 Description

The print_message function was being called before its definition, causing a command not found error.
Moved the function definition to appear before its first invocation.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opencode/pull/1131 **Author:** [@omer-vishlitzky](https://github.com/omer-vishlitzky) **Created:** 7/18/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dev` --- ### 📝 Commits (1) - [`3bae7cd`](https://github.com/anomalyco/opencode/commit/3bae7cd82b125d713d005c932cd4f131ff71a8fe) fix: move print_message function before first usage in install script ### 📊 Changes **1 file changed** (+14 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `install` (+14 -14) </details> ### 📄 Description The `print_message` function was being called before its definition, causing a `command not found` error. Moved the function definition to appear before its first invocation. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 18:14:13 -05:00
yindo closed this issue 2026-02-16 18:14:13 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9821