We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I run the command below:
$ export GRIPURL=$(PWD)
I came to this error
$ export GRIPURL=$(PWD) PWD: command not found
So I think PWD should be pwd
PWD
pwd
$ export GRIPURL=$(pwd)
The text was updated successfully, but these errors were encountered:
Oops, looks that way. Thanks!
Want to open a PR and take the credit for the commit?
Sorry, something went wrong.
Sure, I will correct it in PR.
fix joeyespo#206 call pwd instead of PWD in bash shell
f9c99b6
No branches or pull requests
When I run the command below:
I came to this error
So I think
PWD
should bepwd
The text was updated successfully, but these errors were encountered: