Skip to content

Commit

Permalink
fix: use ctf variable
Browse files Browse the repository at this point in the history
  • Loading branch information
xhyrom committed Apr 10, 2024
1 parent a3a4f04 commit 6f44a22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ for ctf in $ctfs; do

echo "Parsing $ctf"

years=$(find writeups/utctf/ -mindepth 1 -maxdepth 1 -type d -printf '%f\n' | grep -E '[0-9]{4}' | xargs -I {} basename {})
years=$(find writeups/$ctf/ -mindepth 1 -maxdepth 1 -type d -printf '%f\n' | grep -E '[0-9]{4}' | xargs -I {} basename {})

for year in $years; do
echo "Parsing $year for $ctf"
Expand Down
2 changes: 1 addition & 1 deletion writeups
Submodule writeups updated 1 files
+1 −1 amateursctf

0 comments on commit 6f44a22

Please sign in to comment.