Commit a78abf8
authored
Fixed ingest command invocation.
The following did not work for me:
```
gunzip -c cvmfs-tutorial-ingest-example-720k-files.tar.gz | sudo cvmfs_server ingest -b easybuild repo.organization.tld -t -
The repository - does not exist.
```
But this did:
```
unzip -c cvmfs-tutorial-ingest-example-720k-files.tar.gz | sudo cvmfs_server ingest -t - -b easybuild repo.organization.tld
```1 parent 754da00 commit a78abf8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments