Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
fix: return on error after print
Browse files Browse the repository at this point in the history
  • Loading branch information
tmakar committed May 9, 2023
1 parent e5f7edf commit 44765e4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ check_if_parent_exists() {
echo "array parent was found"
else
echo "did not find array parent spec:/sw/example/econf/#0/current/format/#"
return 1
fi
}

Expand Down

0 comments on commit 44765e4

Please sign in to comment.