Skip to content

Commit afd03c7

Browse files
authored
fix: do GET_SDK_VERSION before operator_full_registration (#1778)
1 parent 2a2becb commit afd03c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

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

196196
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
197197

198-
operator_register_and_start: operator_full_registration operator_start
198+
operator_register_and_start: $(GET_SDK_VERSION) operator_full_registration operator_start
199199

200200
build_operator: deps
201201
$(GET_SDK_VERSION)

0 commit comments

Comments
 (0)