style 💎: Remove redundant comment and update commit reference #6
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Removed unnecessary comments from the codebase and updated references to the latest commit. This refactoring improves readability and ensures consistency with the current version control.
Review Summary
@@ -22,2 +22,3 @@#!/bin/sh# source: https://github.com/community-scripts/ProxmoxVE/blob/main/tools/pve/post-pve-install.sh Commit c464b95# source: https://github.com/community-scripts/ProxmoxVE/blob/main/tools/pve/post-pve-install.sh# Commit c464b95[Lines 23-24] [Score: 2] Unnecessary duplicate reference to the source commit and file. However, it does not affect the code's functionality or performance.