From 18aee442c86a35b901125ee3077bdfc556d30891 Mon Sep 17 00:00:00 2001 From: mkutouski Date: Wed, 31 Dec 2025 11:15:55 +0200 Subject: [PATCH] Fix type in oneswap.md xport -> export --- content/software/migration_from_vmware/oneswap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/software/migration_from_vmware/oneswap.md b/content/software/migration_from_vmware/oneswap.md index 674a7aa9..efb05388 100644 --- a/content/software/migration_from_vmware/oneswap.md +++ b/content/software/migration_from_vmware/oneswap.md @@ -52,7 +52,7 @@ Most OneSwap parameters can be configured on the file `/etc/one/oneswap.yaml` bu {{< /alert >}} {{< alert color="warning" title="OpenNebula CLI" >}} -If `oneswap` runs from a server different than OpenNebula frontend, [check the documentation]({{% relref "command_line_interface#cli-configuration" %}}) about installing the CLI commands and xport the variables `ONE_XMLRPC` and `ONE_AUTH` accordingly.
+If `oneswap` runs from a server different than OpenNebula frontend, [check the documentation]({{% relref "command_line_interface#cli-configuration" %}}) about installing the CLI commands and export the variables `ONE_XMLRPC` and `ONE_AUTH` accordingly.
Normally that means populating the file `$HOME/.one/one_auth` with `username:password` and adding `export ONE_XMLRPC=http://opennebula_frontend:2633/RPC2` on the user profile, but it is recommended to check the documentation. {{< /alert >}}