From b8df45373f6d4544e5ab56a690a29048e5a2e4b2 Mon Sep 17 00:00:00 2001 From: Tan Chee Keong Date: Mon, 9 Oct 2023 17:15:03 +0800 Subject: [PATCH] set -e --- scripts/cli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cli.sh b/scripts/cli.sh index b7c2c19309..5c6c85ad47 100755 --- a/scripts/cli.sh +++ b/scripts/cli.sh @@ -1,6 +1,6 @@ #! /usr/bin/env bash -#set -e +set -e # A function to generate formatted .md files write_to_file() {