visuddhinanda %!s(int64=2) %!d(string=hai) anos
pai
achega
0603046be9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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';
         }
         $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,
                                 [
                                     'index'=> $index,