Skip to content

Commit 106aebc

Browse files
committed
Change to two arguments mandatory
1 parent d111442 commit 106aebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/scripts/install_sccache.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
set -e
2121

22-
if [ "$#" -lt 1 ] || [ "$#" -gt 3 ]; then
22+
if [ "$#" -lt 2 ] || [ "$#" -gt 3 ]; then
2323
echo "Usage: $0 <build> <prefix> <version>"
2424
echo "Will default to version=0.3.0 "
2525
exit 1

0 commit comments

Comments
 (0)