Commit ceb82da
authored
<!--
Copyright IBM Corp. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0
DELETE MARKDOWN COMMENTS BEFORE SUBMITTING PULL REQUEST.
If this PR introduces a breaking change that affects compatibility with
other components:
- The PR title must begin with the prefix [BREAKING].
- "Breaking change" must be included in the list below.
- Relevant stakeholders must be notified before or immediately after the
PR is merged.
-->
#### Type of change
<!--- What type of change? Pick one or more options and delete the
others. -->
- Improvement
#### Description
This fix allows to install `fxconfig` using the command:
```shell
go install github.com/hyperledger/fabric-x/tools/fxconfig@latest
```
The current command `go install
github.com/hyperledger/fabric-x/tools/fxconfig/cmd@v0.0.10` produces a
binary named `cmd`, which is not great when people install `fxconfig` on
their systems.
Signed-off-by: pco <pasquale.convertini@ibm.com>
1 parent fd0d246 commit ceb82da
2 files changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
File renamed without changes.
0 commit comments