Skip to content

Commit

Permalink
Update generate-first-issues.py
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
vsoch authored Apr 6, 2023
1 parent cf51150 commit 68738d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-first-issues.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
output_dir = "/github/workspace/docs/%s" % COLLECTION_FOLDER

# Clear out previous issues, might be old
shutil.rmtree(outdir_dir)
shutil.rmtree(output_dir)
os.makedirs(output_dir)

# Print metadata for user
Expand Down

0 comments on commit 68738d6

Please sign in to comment.