This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 7bcbb3628d0e3852345f07e22fd5cd70ebf03d61 Author: Pasquale Congiusti <[email protected]> AuthorDate: Fri Oct 21 12:42:57 2022 +0200 chore: -x to debug --- script/get_catalog.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/get_catalog.sh b/script/get_catalog.sh index e1970eabd..53bbd0be2 100755 --- a/script/get_catalog.sh +++ b/script/get_catalog.sh @@ -15,7 +15,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -set -e +set -ex location=$(dirname $0) rootdir=$location/../
