Skip to content

Commit

Permalink
Replace " by ' to avoid issues with $ in Skillable username and…
Browse files Browse the repository at this point in the history
… password (#295)

Currently, when a username or password has a `$`, it can break the command
  • Loading branch information
cedricvidal authored Dec 13, 2024
1 parent b30e6dc commit 96a292e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/workshop/LAB-MANUAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ To participate in this workshop, you will need:

```
./docs/workshop/lab_setup.py \
--username "@lab.CloudPortalCredential(User1).Username" \
--password "@lab.CloudPortalCredential(User1).Password" \
--azure-env-name "[email protected]" \
--subscription "@lab.CloudSubscription.Id"
--username '@lab.CloudPortalCredential(User1).Username' \
--password '@lab.CloudPortalCredential(User1).Password' \
--azure-env-name '[email protected] \
--subscription '@lab.CloudSubscription.Id'
```

> [!IMPORTANT]
Expand Down

0 comments on commit 96a292e

Please sign in to comment.