From 9c78f693f2922c0a9f96dca267c90aa2a0c3331d Mon Sep 17 00:00:00 2001 From: Naisila Puka <37271756+naisila@users.noreply.github.com> Date: Thu, 22 Dec 2022 16:24:26 +0300 Subject: [PATCH] Fix typo in fix_style.sh (#6577) For reference, this is the print stack trace PR https://github.com/citusdata/citus/pull/6539 --- ci/fix_style.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/fix_style.sh b/ci/fix_style.sh index e65447662..69a8bbeb5 100755 --- a/ci/fix_style.sh +++ b/ci/fix_style.sh @@ -16,4 +16,4 @@ ci/disallow_hash_comments_in_spec_files.sh ci/disallow_long_changelog_entries.sh ci/normalize_expected.sh ci/fix_gitignore.sh -ci/printstack_trace.sh +ci/print_stack_trace.sh