We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cache_mcpower_proxy
1 parent a198941 commit b6dd058Copy full SHA for b6dd058
2 files changed
targets/scripts/setup-uvx-linux.sh
@@ -65,7 +65,7 @@ main() {
65
66
# Cache dependencies if version provided
67
if [[ $# -gt 0 ]]; then
68
- cache_mcpower_proxy "$1" "$2"
+ cache_mcpower_proxy "$1" "${2:-}"
69
fi
70
71
log "uvx ready"
targets/scripts/setup-uvx-macos.sh
@@ -67,7 +67,7 @@ main() {
72
73
0 commit comments