Skip to content

Commit 398f7b6

Browse files
fix: resolve numeric argument error in CLI script
1 parent 8dee2cb commit 398f7b6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bin/cli

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
# CLI script is a inferface to executes commands on the CLI service.
44
# The CLI service contains a set of commands to manage users, namesapces and members.
55

6-
shift $@ # remove the first argument; script name.
7-
86
. "$(dirname "$0")/utils"
97

108
DOCKER_COMPOSE=$(evaluate_docker_compose)

0 commit comments

Comments
 (0)