We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0e0b34 commit ac82b2aCopy full SHA for ac82b2a
assets/docker/test.sh
@@ -2,8 +2,8 @@
2
3
set -eufo pipefail
4
5
-SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
6
-REPO_ROOT=$( cd "${SCRIPT_DIR}/../.." &> /dev/null && pwd )
+SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
+REPO_ROOT=$(cd "${SCRIPT_DIR}/../.." &>/dev/null && pwd)
7
cd "${REPO_ROOT}"
8
9
if [ "$#" -eq 0 ]; then
0 commit comments