Skip to content

Commit 3c270a5

Browse files
GeekMasherCopilot
andauthored
Update .github/workflows/update-deps.yml
Co-authored-by: Copilot <[email protected]>
1 parent 51e341e commit 3c270a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: "Update CodeQL Pack Dependencies"
2929
run: |
3030
set -e
31-
echo "Find all directoring with a qlpack.yml file"
31+
echo "Find all directories with a qlpack.yml file"
3232
for dir in $(find . -name qlpack.yml -exec dirname {} \;); do
3333
echo "Updating dependencies in $dir"
3434
codeql pack upgrade "$dir"

0 commit comments

Comments
 (0)