From 6a87762a57d2c2bd56d7b1d93d68c23a1df0f110 Mon Sep 17 00:00:00 2001 From: Yi-Cheng Teng - NOAA GFDL <143743249+yichengt900@users.noreply.github.com> Date: Tue, 16 Apr 2024 14:57:02 -0400 Subject: [PATCH] bug fix --- .github/workflows/mom6_cobalt_1D.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mom6_cobalt_1D.yaml b/.github/workflows/mom6_cobalt_1D.yaml index 5c64e6839..f339056d6 100644 --- a/.github/workflows/mom6_cobalt_1D.yaml +++ b/.github/workflows/mom6_cobalt_1D.yaml @@ -44,4 +44,4 @@ jobs: run: | cd exps/OM4.single_column.COBALT cat ./ocean.stats - RUN diff -q ref/ocean.stats ./ocean.stats > /dev/null || { echo "Error: ocean.stats are different, check and update ref! Exiting now..."; exit 1; } + diff -q ref/ocean.stats ./ocean.stats > /dev/null || { echo "Error: ocean.stats are different, check and update ref! Exiting now..."; exit 1; }