Skip to content

Commit 6bd57bc

Browse files
authored
Update build.sh
1 parent 57fb9bb commit 6bd57bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44

55
if [ "$#" -lt 1 ]; then
6-
echo "Usage: ./ci.sh <version> <mode>"
6+
echo "Usage: ./build.sh <version> <mode>"
77
exit 1
88
fi
99

@@ -24,4 +24,4 @@ docker run --rm \
2424
-v "$DIR/scripting/include/shopsms_const.inc":/home/builder/addons/amxmodx/scripting/include/shopsms_const.inc \
2525
-v "$DIR/scripting/include/shopsms.inc":/home/builder/addons/amxmodx/scripting/include/shopsms.inc \
2626
budziam/amxmodx-builder:${BUILD_VERSION} \
27-
${MODE}
27+
${MODE}

0 commit comments

Comments
 (0)