Skip to content

Commit 6c29df5

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

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)