Skip to content

Commit 974846a

Browse files
committed
fix ingest command, order matters, repo must be last
1 parent 66598f4 commit 974846a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/04_publishing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ to your Stratum 0.
4242
Instead of manually starting a transaction, extracting the tarball and then publishing it,
4343
the `cvmfs_server` command offers a more efficient method for directly publishing the contents of a tarball:
4444
```bash
45-
cvmfs_server ingest -b some/path repo.organization.tld -t mytarball.tar
45+
cvmfs_server ingest -t mytarball.tar -b some/path repo.organization.tld
4646
```
4747
The `-b` option expects the relative location (**without leading slash!**) in your repository where the contents of the tarball,
4848
specified with `-t`, should be extracted.

0 commit comments

Comments
 (0)