This is an automated email from the ASF dual-hosted git repository.

payang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-k8shim.git


The following commit(s) were added to refs/heads/master by this push:
     new 814bbafc [YUNIKORN-2110] fix typo (#719)
814bbafc is described below

commit 814bbafc5184e1ec9e1bdd8ffd5bc6078ee80c5b
Author: DouPache <[email protected]>
AuthorDate: Fri Nov 3 10:37:14 2023 +0800

    [YUNIKORN-2110] fix typo (#719)
    
    Closes: #719
    
    Signed-off-by: PoAn Yang <[email protected]>
---
 .github/workflows/pre-commit.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml
index 7b9d58b2..67aead9d 100644
--- a/.github/workflows/pre-commit.yml
+++ b/.github/workflows/pre-commit.yml
@@ -50,7 +50,7 @@ jobs:
         uses: actions/setup-go@v3
         with:
           go-version-file: .go_version
-      - name: Set hugpage
+      - name: Set hugepage
         run: |
           echo "vm.nr_hugepages = 1024" | sudo tee -a /etc/sysctl.conf
           sudo sysctl -p


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to