Skip to content

Commit

Permalink
Fix capitalized constant
Browse files Browse the repository at this point in the history
  • Loading branch information
ihalaij1 committed Jun 7, 2024
1 parent b3c9a82 commit 14a65c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e_tests/run_servers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

export COMPOSE_FILE=docker-compose.yml

SCRIPTPATH=$(dirname $(realpath "$0"))
scriptpath=$(dirname $(realpath "$0"))

# Move to the directory containing this file
cd "$SCRIPTPATH"
cd "$scriptpath"

# Clone aplus-manual if it hasn't been cloned yet
if ! [ -d ../../aplus-manual ]; then
Expand Down

0 comments on commit 14a65c4

Please sign in to comment.