Skip to content

Commit

Permalink
Fix yet another path
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyliu7321 committed Dec 15, 2023
1 parent 695a8e6 commit 4bc54e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atproto-openapi-types/scripts/get-lexicons.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
URL="https://codeload.github.com/bluesky-social/atproto/tar.gz/main"

DEST_PATH="./atproto-openapi-types/lexicons"
TAR_PATH="./atproto-main/lexicons"
TAR_PATH="atproto-main/lexicons"

# Delete existing files in the destination folder to remove out-of-date lexicons
rm -rf $DEST_PATH/*
Expand Down

0 comments on commit 4bc54e9

Please sign in to comment.