Skip to content

Commit f5c0162

Browse files
author
Victor Santos
committed
refactor: rename architecture detection function for clarity
- Changed function name from detect_arch to validate_arch in setup.apk.sh to improve code readability and maintainability.
1 parent 94c133a commit f5c0162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/setup.apk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ fi
183183
check_tool "wget"
184184

185185
# Setup
186-
detect_arch
186+
validate_arch
187187
import_rsa_key
188188
setup_repository
189189
update_apk

0 commit comments

Comments
 (0)