diff --git a/docs/install-satellite/satellite-ami-aws-ec2.mdx b/docs/install-satellite/satellite-ami-aws-ec2.mdx index eec6be546..e884bc3bc 100644 --- a/docs/install-satellite/satellite-ami-aws-ec2.mdx +++ b/docs/install-satellite/satellite-ami-aws-ec2.mdx @@ -70,7 +70,7 @@ Depending on the region you are installing in, you may need to set a different L For example, if the satellite will be used with `app.india-1.levo.ai`, add the following line to the `/opt/levoai/.levoenv` file as well. ```bash -echo "LEVOAI_BASE_URL='https://api.india-1.levo.ai'" > /opt/levoai/.levoenv +echo "LEVOAI_BASE_URL='https://api.india-1.levo.ai'" >> /opt/levoai/.levoenv ``` :::