Use "the PATH" instead of "$PATH"

* Since $PATH is a Unix-specific syntax.
This commit is contained in:
Benoit Daloze
2020-01-17 22:26:52 +01:00
parent 74ac24dec4
commit 7b9c95cc8e
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "use-ruby-action",
"version": "0.1.0",
"description": "Download a prebuilt ruby and add it to $PATH",
"description": "Download a prebuilt Ruby and add it to the PATH in 5 seconds",
"main": "index.js",
"scripts": {
"lint": "eslint *.js",