Skip to content

Commit

Permalink
missing \ in make
Browse files Browse the repository at this point in the history
  • Loading branch information
hscott-yuma committed Jan 9, 2025
1 parent b17d215 commit e8b13e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ miner:
--wallet.name $(COLDKEY) \
--wallet.hotkey $(MINER_HOTKEY) \
--subtensor.chain_endpoint $($(NETWORK)) \
--axon.port $(MINER_PORT)
--axon.port $(MINER_PORT) \
--netuid $(netuid) \
--logging.level $(LOGGING_LEVEL) \
--timeout $(TIMEOUT) \
Expand Down

0 comments on commit e8b13e0

Please sign in to comment.