Skip to content

Commit

Permalink
update: lint, scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
codekow committed Oct 13, 2023
1 parent 50fd14c commit 113b8a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ kind: Group
apiVersion: user.openshift.io/v1
metadata:
name: gitops-admins
users: [] # add users here
users: [] # add users here
2 changes: 1 addition & 1 deletion scripts/sort-wordlist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORDLIST=.wordlist-md
if [ -e ${TEMP_WORDLIST} ] ; then
rm ${TEMP_WORDLIST}
fi
cat .wordlist-md | LC_COLLATE=C sort -u > ${TEMP_WORDLIST}
LC_COLLATE=C sort -u < .wordlist-md > ${TEMP_WORDLIST}

if [ -e ${WORDLIST} ] ; then
rm ${WORDLIST}
Expand Down

0 comments on commit 113b8a6

Please sign in to comment.