Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
remove to lowercase for ccid
Browse files Browse the repository at this point in the history
  • Loading branch information
mirioeggmann authored Oct 20, 2021
1 parent 04cd550 commit 9412d88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion run.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ func getChaincodeRunConfig(metadataDir string, outputDir string) (*ChaincodeRunC
}

metadata.ShortName = fmt.Sprintf("%s-%s", name, hash[0:8])
metadata.CCID = strings.ToLower(metadata.CCID)

// Read BuildInformation
buildInfoFile := filepath.Join(outputDir, "k8scc_buildinfo.json")
Expand Down

0 comments on commit 9412d88

Please sign in to comment.