diff --git a/docs/guides/import-script.md b/docs/guides/import-script.md index 1db6e7fb..3a2eef7d 100644 --- a/docs/guides/import-script.md +++ b/docs/guides/import-script.md @@ -35,7 +35,7 @@ This guide shows you how to migrate an existing Workspace, API token, and Team i export ASTRO_API_TOKEN=<your-api-token> ``` -2. If you are using a Unix-based systems, add execute permission to the script file: +2. If you are using a Unix-based systems, add execute permissions to the script file: ``` chmod +x terraform-provider-astro-import-script_<version-number>_<os>_<arc> ```