Skip to content

Commit e33f63d

Browse files
mafredrijohnstcn
andcommitted
Apply suggestion from @johnstcn
Co-authored-by: Cian Johnston <[email protected]>
1 parent c8572eb commit e33f63d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

registry/coder/modules/archive/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tags: [backup, archive, tar, helper]
88

99
# Archive
1010

11-
This module installs small, robust scripts in your workspace to create and extract tar archives from a list of files and directories. It supports gzip, zstd, or no compression. The create command prints only the resulting archive path to stdout; operational logs go to stderr. An optional stop hook can also create an archive automatically when the workspace stops, and an optional start hook can wait for an archive and extract it on start.
11+
This module installs small, robust scripts in your workspace to create and extract tar archives from a list of files and directories. It supports gzip, zstd, or no compression. The create command prints only the resulting archive path to stdout; operational logs go to stderr. An optional stop hook can also create an archive automatically when the workspace stops, and an optional start hook can wait for an archive on-disk and extract it on start.
1212

1313
- Depends on: `tar` (and `gzip` or `zstd` if you select those compression modes)
1414
- Installed scripts:

0 commit comments

Comments
 (0)