Skip to content

Commit

Permalink
Remove leftover debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
ipetrov117 committed Jul 23, 2024
1 parent e997beb commit 3b2ea22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/upgrade/templates/os-upgrade.sh.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ IFS=' ' read -r -a SUPPORTED_ARCH_ARRAY <<< $(echo "{{.SupportedArchs}}" | tr -d

found=false
for arch in "${SUPPORTED_ARCH_ARRAY[@]}"; do
echo "$arch"
if [ "${SYSTEM_ARCH}" == ${arch} ]; then
found=true
break
Expand Down

0 comments on commit 3b2ea22

Please sign in to comment.