Skip to content

Commit

Permalink
Restyled by shfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and tmakar committed May 2, 2023
1 parent f8414ec commit 3f9a6ee
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ check_if_parent_exists() {
echo "array parent was found"
return 0
else
echo "did not find array parent spec:/sw/example/econf/#0/current/format/#"
echo "did not find array parent spec:/sw/example/econf/#0/current/format/#"
return 1
fi
}
Expand All @@ -45,7 +45,7 @@ do_tests() {
"$KDB" rm -r "$UKEY"
"$KDB" rm -r "$SPECKEY"

"$KDB" mount `pwd`/spec.ini "$SPECKEY" ni
"$KDB" mount $(pwd)/spec.ini "$SPECKEY" ni
"$KDB" import "$SPECKEY" ni < "$EXTERNAL_FOLDER/spec.ini"
"$KDB" spec-mount "$KEY"

Expand Down Expand Up @@ -84,4 +84,4 @@ do_tests

make clean

end_script gen
end_script gen

0 comments on commit 3f9a6ee

Please sign in to comment.