Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README export fix #27

Closed
wants to merge 1 commit into from
Closed

README export fix #27

wants to merge 1 commit into from

Conversation

heathsnow
Copy link

When running export the '$' should not be included.

Error with '$':

lita@18d9263b43c4:~/workspace$ export $BOT_NAME=GoBot
bash: export: `=GoBot': not a valid identifier

No error without '$':

lita@18d9263b43c4:~/workspace$ export BOT_NAME=GoBot 
lita@18d9263b43c4:~/workspace$ 

When running export the '$' should not be included.

Error with '$':
```
lita@18d9263b43c4:~/workspace$ export $BOT_NAME=GoBot
bash: export: `=GoBot': not a valid identifier
```
No error without '$':
```
lita@18d9263b43c4:~/workspace$ export BOT_NAME=GoBot 
lita@18d9263b43c4:~/workspace$ 
```
@coveralls
Copy link

Coverage Status

Coverage remained the same at 92.35% when pulling 2b157d9 on heathsnow:patch-1 into 79b4289 on bhouse:master.

@heathsnow heathsnow closed this Jan 28, 2020
@heathsnow heathsnow deleted the patch-1 branch January 28, 2020 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants