Skip to content

Commit d671068

Browse files
PWD in single quotes
1 parent b119082 commit d671068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ To setup WorkArena, you will need to get your own ServiceNow instance, install o
6969
4. You should now see your URL and credentials. Based on this information, set the following environment variables:
7070
* `SNOW_INSTANCE_URL`: The URL of your ServiceNow developer instance
7171
* `SNOW_INSTANCE_UNAME`: The username, should be "admin"
72-
* `SNOW_INSTANCE_PWD`: The password, make sure you place the value in quotes "" and be mindful of [escaping special shell characters](https://onlinelinuxtools.com/escape-shell-characters). Running `echo $SNOW_INSTANCE_PWD` should print the correct password.
72+
* `SNOW_INSTANCE_PWD`: The password, make sure you place the value in single quotes '' and be mindful of [escaping special shell characters](https://onlinelinuxtools.com/escape-shell-characters). Running `echo $SNOW_INSTANCE_PWD` should print the correct password.
7373
6. Log into your instance via a browser using the admin credentials. Close any popup that appears on the main screen (e.g., agreeing to analytics).
7474

7575
**Warning:** Feel free to look around the platform, but please make sure you revert any changes (e.g., changes to list views, pinning some menus, etc.) as these changes will be persistent and affect the benchmarking process.

0 commit comments

Comments
 (0)