apify-cli 0.18.2-beta.2 → 0.18.2-beta.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apify-cli",
3
- "version": "0.18.2-beta.2",
3
+ "version": "0.18.2-beta.4",
4
4
  "description": "Apify command-line interface helps you create, develop, build and run Apify actors, and manage the Apify cloud platform.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -30,7 +30,7 @@ class RunCommand extends ApifyCommand {
30
30
 
31
31
  if (!packageJsonExists && !mainPyExists) {
32
32
  throw new Error(
33
- 'Actor is of an uknown format.'
33
+ 'Actor is of an unknown format.'
34
34
  + ` Make sure either the 'package.json' file or 'src/__main__.py' file exists.`,
35
35
  );
36
36
  }