Skip to content

Commit b113d01

Browse files
authored
fix(cicd): Removed trailing spaces from wordlist-updater_default-passwords.yml (PR danielmiessler#1243)
1 parent 57ce0b8 commit b113d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wordlist-updater_default-passwords.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fi
3030
- name: Generate default-passwords.txt
3131
run: |
32-
./csvq -N -f FIXED 'select Password from `Passwords/Default-Credentials/default-passwords.csv`' > Passwords/Default-Credentials/default-passwords.txt
32+
./csvq -N -f CSV 'select Password from `Passwords/Default-Credentials/default-passwords.csv`' > Passwords/Default-Credentials/default-passwords.txt
3333
- name: Switching from HTTPS to SSH
3434
run: git remote set-url origin [email protected]:${{ github.repository }}.git
3535
- name: Check for changes

0 commit comments

Comments
 (0)