Skip to content

Commit 889524a

Browse files
authored
Merge pull request #274 from github/fix-path-typo
Fix path in code snippet example
2 parents c3f12cb + b19b6e5 commit 889524a

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)