Skip to content

Commit

Permalink
Fix capitalized constant
Browse files Browse the repository at this point in the history
  • Loading branch information
ihalaij1 authored and murhum1 committed Jun 13, 2024
1 parent a3a69f6 commit 07ccf17
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 07ccf17

Please sign in to comment.