Fix Shellcheck SC2046: Quote to prevent word split
Quote this to prevent word splitting https://www.shellcheck.net/wiki/SC2046 Signed-off-by: Dan Callahan <danc@element.io>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# Test for the export-data admin command against sqlite and postgres
|
||||
|
||||
set -xe
|
||||
cd `dirname $0`/../..
|
||||
cd "`dirname $0`/../.."
|
||||
|
||||
echo "--- Install dependencies"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user