visuddhinanda 2 years ago
parent
commit
0603046be9
1 changed files with 1 additions and 1 deletions
  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,