Skip to content

Commit 424403d

Browse files
committed
improve echo statements [skip ci]
1 parent 6b8ae9a commit 424403d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/gel-cli/_default.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ check "/dc/gel-cli exists" bash -c "ls -la /dc/gel-cli | grep 'config'"
2828
# check that the folders are owned by the user
2929
# https://askubuntu.com/a/175060
3030
# $USER is empty when running as root, so we use $(whoami)
31-
echo "Checking ownership of ~/.local/share/edgedb/data and /dc/gel-cli/data (ensure it is owned by $(whoami))"
31+
echo "Checking ownership of data installation paths and mounts (ensure it is owned by $(whoami))"
3232

3333
check "~/.local/share/edgedb owned by user" bash -c "test \"$(stat -c "%U" ~/.local/share/edgedb)\" = $(whoami)"
3434
check "/dc/gel-cli/data owned by user" bash -c "test \"$(stat -c "%U" /dc/gel-cli/data)\" = $(whoami)"

0 commit comments

Comments
 (0)