From a07c49584198c5b5bc22f67eb3437ed8bc3c96b0 Mon Sep 17 00:00:00 2001 From: yanmastin-astro Date: Thu, 31 Oct 2024 15:32:16 -0400 Subject: [PATCH] Update generated docs --- docs/guides/import-script.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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> ```