Skip to content

Commit

Permalink
reslove conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: Philip-21 <[email protected]>
  • Loading branch information
Philip-21 committed Jan 24, 2024
1 parent 209e501 commit 587258e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,6 @@ func init() {
initCmd.PersistentFlags().StringArrayVar(&initOptions.OrgNames, "org-name", []string{}, "Organization name")
initCmd.PersistentFlags().StringArrayVar(&initOptions.NodeNames, "node-name", []string{}, "Node name")
initCmd.PersistentFlags().BoolVar(&initOptions.RemoteNodeDeploy, "remote-node-deploy", false, "Enable or disable deployment of FireFly contracts on remote nodes")
initCmd.PersistentFlags().StringVarP(&initOptions.CustomPath, "override", "o", "", "copy data from custom path to docker-compose.override.yml")
initCmd.PersistentFlags().StringVarP(&initOptions.CustomPath, "override", "o", "", "copy data from custom path to docker-compose.override.yml")
rootCmd.AddCommand(initCmd)
}
2 changes: 1 addition & 1 deletion pkg/types/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ type InitOptions struct {
ChaincodeName string
CustomPinSupport bool
RemoteNodeDeploy bool
CustomPath string
CustomPath string
}

const IPFSMode = "ipfs_mode"
Expand Down

0 comments on commit 587258e

Please sign in to comment.