Skip to content

Commit

Permalink
Update docs/creation/supply-chain.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan A. Hagenson <[email protected]>
  • Loading branch information
SeanTAllen and rhagenson committed Jan 11, 2024
1 parent a491d84 commit 2824bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/creation/supply-chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ actor TempWriter
new create(auth: FileAuth, file_name: String) =>
let dir = FilePath.mkdtemp(auth)?
let log = FilePath.from(dir, file_name)?
_file = File(dir)
_file = File(log)
be record(it: String) =>
_file.write(it)
Expand Down

0 comments on commit 2824bf0

Please sign in to comment.