Skip to content

Commit 138cf30

Browse files
fix: env default url
1 parent fcb63a4 commit 138cf30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/uipath/_cli/cli_init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def generate_env_file(target_directory):
2020
click.echo(f"Created {relative_path} file.")
2121
with open(env_path, "w") as f:
2222
f.write("UIPATH_ACCESS_TOKEN=YOUR_TOKEN_HERE\n")
23-
f.write("UIPATH_URL=https://alpha.uipath.com/ACCOUNT_NAME/TENANT_NAME\n")
23+
f.write("UIPATH_URL=https://cloud.uipath.com/ACCOUNT_NAME/TENANT_NAME\n")
2424

2525

2626
def get_user_script(directory: str, entrypoint: Optional[str] = None) -> Optional[str]:

0 commit comments

Comments
 (0)