Skip to content

Commit 7feb086

Browse files
authored
fix: disable copy sources (#75)
1 parent c81ef4d commit 7feb086

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Optional parameters:
2525
* `--ocm-config`: Path to the OCM configuration file.
2626

2727
```shell
28-
openmcp-bootstrapper ocmTransfer <source-location> <target-location> --config <path-to-ocm-config>
28+
openmcp-bootstrapper ocm-transfer <source-location> <target-location> --config <path-to-ocm-config>
2929
```
3030

3131
This command internally calls the OCM cli with the following command and arguments:

cmd/ocm_transfer.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ var ocmTransferCmd = &cobra.Command{
3333
transferArgs := []string{
3434
"--recursive",
3535
"--copy-resources",
36-
"--copy-sources",
3736
args[0], // source
3837
args[1], // target
3938
}

0 commit comments

Comments
 (0)