From 53397956af398f6f1aab5e0a8dff15b03ac49010 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() {