We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7931e37 commit 0bc0a22Copy full SHA for 0bc0a22
manage.sh
@@ -3965,8 +3965,8 @@ start_import_token_sale() {
3965
run_mbs_cmd import-from-url2 "${ES_APPS_URLS[$i]}" "${ES_APPS_IMPORT_TIMEOUT_SECS[$i]}" "${ES_APPS_IMPORT_MAX_TRIES[$i]}"
3966
}
3967
3968
-start_import_crediting_apps() {
3969
- echo "Preparing for importing of ecosystem apps ..."
+start_import_es_apps() {
+ echo "Importing Ecosystem apps ..."
3970
3971
for i in $(seq 0 $(expr ${#ES_APPS_URLS[@]} - 1)); do
3972
0 commit comments