sharness: remove mixed indentation
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
Jakub Sztandera committed
Aug 11, 2016 at 13:40 UTC
2a2e3eb1858f8523e2c111699939bad7a130574f
1 file changed
+1
-1
test/sharness/t0021-config.sh
+1
-1
@@ -122,7 +122,7 @@ test_config_cmd() {
122
123
test_expect_success "'ipfs config replace' injects privkey back" '
124
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
126
'
127
128
test_expect_success "'ipfs config replace' with privkey erors out" '