Skip to content

Commit bb977e9

Browse files
committed
fix: target comment
1 parent 69db25a commit bb977e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ operator_set_eigen_sdk_go_version_error:
355355

356356
operator_full_registration: operator_get_eth operator_register_with_eigen_layer operator_mint_mock_tokens operator_deposit_into_mock_strategy operator_whitelist_devnet operator_register_with_aligned_layer ## Register the operator in EigenLayer and AlignedLayer. Parameters: ENVIRONMENT=<devnet|testnet|mainnet>, CONFIG_FILE
357357

358-
operator_full_registration_and_start:
358+
operator_full_registration_and_start: ## Register the operator in EigenLayer and AlignedLayer, then start the Operator. Parameters: ENVIRONMENT=<devnet|testnet|mainnet>, CONFIG_FILE
359359
@echo "Operator address: $$(yq -r '.operator.address' $$CONFIG_FILE)" && \
360360
$(MAKE) operator_full_registration CONFIG_FILE=$(CONFIG_FILE) && \
361361
$(MAKE) operator_start ENVIRONMENT=devnet CONFIG_FILE=$(CONFIG_FILE)

0 commit comments

Comments
 (0)