Skip to content

Commit 0bc0a22

Browse files
committed
Fix importing es apps
1 parent 7931e37 commit 0bc0a22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manage.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3965,8 +3965,8 @@ start_import_token_sale() {
39653965
run_mbs_cmd import-from-url2 "${ES_APPS_URLS[$i]}" "${ES_APPS_IMPORT_TIMEOUT_SECS[$i]}" "${ES_APPS_IMPORT_MAX_TRIES[$i]}"
39663966
}
39673967

3968-
start_import_crediting_apps() {
3969-
echo "Preparing for importing of ecosystem apps ..."
3968+
start_import_es_apps() {
3969+
echo "Importing Ecosystem apps ..."
39703970

39713971
for i in $(seq 0 $(expr ${#ES_APPS_URLS[@]} - 1)); do
39723972
run_mbs_cmd import-from-url2 "${ES_APPS_URLS[$i]}" "${ES_APPS_IMPORT_TIMEOUT_SECS[$i]}" "${ES_APPS_IMPORT_MAX_TRIES[$i]}"

0 commit comments

Comments
 (0)