Skip to content

Commit

Permalink
wip: --
Browse files Browse the repository at this point in the history
Signed-off-by: gfanton <[email protected]>
  • Loading branch information
gfanton committed Oct 18, 2023
1 parent 247b90f commit b59ba5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gnovm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
run: |
ls
# create coverage directory list separate by coma.
export COVERAGE_DIRS="$(ls -m | tr -d ' ')"
export COVERAGE_DIRS="$(ls -m | tr -d '[:blank:]')"
echo $COVERAGE_DIRS
Expand Down

0 comments on commit b59ba5b

Please sign in to comment.