[PR #2302] [MERGED] Fix: Pingvin wrong variable used for version tracking #3567

Closed
opened 2025-11-20 06:05:33 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/2302
Author: @alberanid
Created: 2/12/2025
Status: Merged
Merged: 2/12/2025
Merged by: @michelroegl-brunner

Base: mainHead: 2301-fix-file-check


📝 Commits (1)

  • 2bf793e fixes #2301: check for a file named pingvin_version, not a variable with the same name

📊 Changes

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

View changed files

📝 ct/pingvin.sh (+1 -1)

📄 Description

Fix Pingvin Share update, check for a file named pingvin_version, not a variable with the same name

✍️ Description

See #2301

Link: #2301

Prerequisites

Before this PR can be reviewed, the following must be completed:

  • Self-review performed – Code follows established patterns and conventions.
  • Testing performed – Changes have been thoroughly tested and verified.

🛠️ Type of Change

Select all that apply:

  • 🐞 Bug fix – Resolves an issue without breaking functionality.
  • [] New feature – Adds new, non-breaking functionality.
  • [] 💥 Breaking change – Alters existing functionality in a way that may require updates.
  • [] 🆕 New script – A fully functional and tested script or script set.

📋 Additional Information (optional)


🔄 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/community-scripts/ProxmoxVE/pull/2302 **Author:** [@alberanid](https://github.com/alberanid) **Created:** 2/12/2025 **Status:** ✅ Merged **Merged:** 2/12/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `2301-fix-file-check` --- ### 📝 Commits (1) - [`2bf793e`](https://github.com/community-scripts/ProxmoxVE/commit/2bf793e5b38a83fe660a5d819f6ec7215faa2c5b) fixes #2301: check for a file named pingvin_version, not a variable with the same name ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `ct/pingvin.sh` (+1 -1) </details> ### 📄 Description Fix Pingvin Share update, check for a file named pingvin_version, not a variable with the same name ## ✍️ Description See #2301 ## 🔗 Related PR / Discussion / Issue Link: #2301 ## ✅ Prerequisites Before this PR can be reviewed, the following must be completed: - [x] **Self-review performed** – Code follows established patterns and conventions. - [x] **Testing performed** – Changes have been thoroughly tested and verified. ## 🛠️ Type of Change Select all that apply: - [x] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [] ✨ **New feature** – Adds new, non-breaking functionality. - [] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. - [] 🆕 **New script** – A fully functional and tested script or script set. ## 📋 Additional Information (optional) <!-- Provide extra context, screenshots, or references if needed. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 06:05:33 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#3567