Skip to content

Commit b19b6e5

Browse files
authored
Fix path in code snippet example
fix path typo from ``` cd api/ruby/find-inactive-members ``` to ``` cd platform-samples/api/ruby/find-inactive-members ```
1 parent c3f12cb commit b19b6e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/ruby/find-inactive-members/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This utility finds users inactive since a configured date, writes those users to
1818

1919
```shell
2020
git clone https://github.com/github/platform-samples.git
21-
cd api/ruby/find-inactive-members
21+
cd platform-samples/api/ruby/find-inactive-members
2222
```
2323

2424
### Install dependencies

0 commit comments

Comments
 (0)