Skip to content

Commit

Permalink
fix: fix sha file check
Browse files Browse the repository at this point in the history
  • Loading branch information
stringhandler committed Mar 1, 2024
1 parent a1701f0 commit eb7a5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def check_executable(bins_folder: str, file_name: str):
print_step(f"Tari dan folder {TARI_DAN_BINS_FOLDER}")
check_executable(TARI_BINS_FOLDER, "minotari_node")
check_executable(TARI_BINS_FOLDER, "minotari_console_wallet")
check_executable(TARI_BINS_FOLDER, "minotari_miner")
check_executable(TARI_BINS_FOLDER, "minotari_sha")
check_executable(TARI_DAN_BINS_FOLDER, "tari_indexer")
check_executable(TARI_DAN_BINS_FOLDER, "tari_dan_wallet_daemon")
check_executable(TARI_DAN_BINS_FOLDER, "tari_dan_wallet_cli")
Expand Down

0 comments on commit eb7a5c4

Please sign in to comment.