Skip to content

Commit 8010f58

Browse files
mafredrijohnstcn
andauthored
Apply suggestion from @johnstcn
Co-authored-by: Cian Johnston <[email protected]>
1 parent a932850 commit 8010f58

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)