Skip to content

Commit 6ed931f

Browse files
authored
Merge pull request #1975 from olehermanse/cfengine-dev
GH Actions: Fixed typo in python command
2 parents 9df0e2b + 0d2c32d commit 6ed931f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-dep-tables.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip
29-
pythom -m pip install cfengine
29+
python -m pip install cfengine
3030
- name: Set Git user
3131
run: |
3232
git config user.name 'github-actions[bot]'

0 commit comments

Comments
 (0)