Skip to content

Commit 7b9c95c

Browse files
committed
Use "the PATH" instead of "$PATH"
* Since $PATH is a Unix-specific syntax.
1 parent 74ac24d commit 7b9c95c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# use-ruby
22

3-
This action downloads a prebuilt ruby and adds it to `$PATH`.
3+
This action downloads a prebuilt ruby and adds it to the `PATH`.
44

5-
It is very efficient and takes about 5 seconds to download, extract and add the given Ruby to `$PATH`.
5+
It is very efficient and takes about 5 seconds to download, extract and add the given Ruby to the `PATH`.
66
No extra packages need to be installed.
77

88
### Supported Versions

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 'Setup Ruby, JRuby and TruffleRuby'
2-
description: 'Download a prebuilt Ruby and add it to $PATH in 5 seconds'
2+
description: 'Download a prebuilt Ruby and add it to the PATH in 5 seconds'
33
author: 'Benoit Daloze'
44
branding:
55
color: red

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "use-ruby-action",
33
"version": "0.1.0",
4-
"description": "Download a prebuilt ruby and add it to $PATH",
4+
"description": "Download a prebuilt Ruby and add it to the PATH in 5 seconds",
55
"main": "index.js",
66
"scripts": {
77
"lint": "eslint *.js",

0 commit comments

Comments
 (0)