typo: dictionary name incorrect

This commit is contained in:
sjlleo
2022-06-12 21:03:34 +08:00
parent 97172466ed
commit dfabe225b9
2 changed files with 2 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ jobs:
git clone https://github.com/xgadget-lab/homebrew-nexttrace.git
- name: Exec scipt
run: |
cd homebrew-nexttrace-enhanced
cd homebrew-nexttrace
bash genFormula.sh
# - name: setup SSH keys and known_hosts
# run: |

View File

@@ -24,7 +24,7 @@ jobs:
git clone https://github.com/xgadget-lab/homebrew-nexttrace.git
- name: Exec scipt
run: |
cd homebrew-nexttrace-enhanced
cd homebrew-nexttrace
bash genFormula.sh
# - name: setup SSH keys and known_hosts
# run: |