Skip to content

Commit

Permalink
fix shebang line (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti authored May 30, 2023
1 parent 2963e05 commit 4e88501
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/healthy-clocks-peel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@effect/docgen": patch
---

fix shebang line
2 changes: 1 addition & 1 deletion src/bin.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/env node
#!/usr/bin/env node

/**
* CLI
Expand Down

0 comments on commit 4e88501

Please sign in to comment.