Skip to content

Commit 0660bdf

Browse files
committed
fixup
1 parent dd2e03d commit 0660bdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/haskell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,9 @@ jobs:
149149
run: |
150150
PGPASSFILE=config/pgpass-mainnet cabal run cardano-db-tool -- run-migrations --mdir schema/ --ldir /tmp/
151151
git diff schema/ > schema.diff
152-
echo "*************************************************************
152+
echo "*************************************************************"
153153
cat schema.diff
154-
echo "*************************************************************
154+
echo "*************************************************************"
155155
line_count="$(wc -l schema.diff)"
156156
if test ${line_count} -ne 0 ; then
157157
echo "Schema diff"

0 commit comments

Comments
 (0)