visuddhinanda пре 2 година
родитељ
комит
0603046be9
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/Console/Commands/UpgradeCompound.php

+ 1 - 1
app/Console/Commands/UpgradeCompound.php

@@ -198,7 +198,7 @@ class UpgradeCompound extends Command
             $url = $url.'/v2/compound';
             $url = $url.'/v2/compound';
         }
         }
         $this->info('url = '.$url);
         $this->info('url = '.$url);
-        $this->info('uploading size=s'.strlen(json_encode($words,JSON_UNESCAPED_UNICODE)));
+        $this->info('uploading size='.strlen(json_encode($words,JSON_UNESCAPED_UNICODE)));
         $response = Http::post($url,
         $response = Http::post($url,
                                 [
                                 [
                                     'index'=> $index,
                                     'index'=> $index,