From 227af38e79f825b5b04daaa690e18b13bccc567d Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Tue, 12 Mar 2024 18:04:03 +0900 Subject: [PATCH] Fix a typo https://github.com/crate-ci/typos/issues/943#issuecomment-1991077825 --- .github/workflows/container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index d684a24d..2321f4f6 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -99,7 +99,7 @@ jobs: # Need to check the exit code if we want to make sure "not found" in grep family # https://github.com/BurntSushi/ripgrep/issues/1290#issuecomment-761170095 - ripgrep_exit_code="$?" # Do not directly use the $? to prevent inseting another command as a human error + ripgrep_exit_code="$?" # Do not directly use the $? to prevent inserting another command as a human error [[ "$ripgrep_exit_code" -eq 1 ]] EOF