Skip to content

Commit

Permalink
See if we have wrangler
Browse files Browse the repository at this point in the history
  • Loading branch information
adikhoff committed Oct 16, 2024
1 parent 12b1382 commit 966f9f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ def build():
print("Printing dir again")
os.system("ls -la")

print("See if we have Wrangler")
os.system("wrangler --version")
print(parser.epilog)

if __name__ == "__main__":
Expand Down

0 comments on commit 966f9f7

Please sign in to comment.