Skip to content

Commit 27cc473

Browse files
committed
sharness: remove mixed indentation
License: MIT Signed-off-by: Jakub Sztandera <[email protected]>
1 parent 8ac5237 commit 27cc473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sharness/t0021-config.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ test_config_cmd() {
122122

123123
test_expect_success "'ipfs config replace' injects privkey back" '
124124
ipfs config replace show_config &&
125-
grep "\"PrivKey\":" "$IPFS_PATH/config" | grep -e ": \".\+\"" >/dev/null
125+
grep "\"PrivKey\":" "$IPFS_PATH/config" | grep -e ": \".\+\"" >/dev/null
126126
'
127127

128128
test_expect_success "'ipfs config replace' with privkey erors out" '

0 commit comments

Comments
 (0)