Skip to content

Commit

Permalink
fix: abs path vs working path example
Browse files Browse the repository at this point in the history
Signed-off-by: Russ Savage <[email protected]>
  • Loading branch information
russorat committed Sep 5, 2024
1 parent 1e4f593 commit 232cf60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/agent-cli/http-fileserver-abs-path.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
```bash
ngrok http file://`pwd`
ngrok http "file:///var/log"
```
2 changes: 1 addition & 1 deletion examples/agent-cli/http-fileserver-working-dir.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
```bash
ngrok http "file:///var/log"
ngrok http file://`pwd`
```

0 comments on commit 232cf60

Please sign in to comment.