feat: repo health check (#16) #17
|  | @ -1 +1 @@ | ||||||
| Subproject commit 1c2392436643d53782eccd4e37958811e7ecd480 | Subproject commit cf03a190af343cc65a55bacc51cd8603cc2be2e4 | ||||||
|  | @ -49,7 +49,6 @@ func VerifyFiles(rootDir string,checkFileNameList string, checkFileSumList strin | ||||||
| 	// checkFileSumList := flag.String("checkFileSumList", "", "Comma-separated list of expected checksums.")
 | 	// checkFileSumList := flag.String("checkFileSumList", "", "Comma-separated list of expected checksums.")
 | ||||||
| 	// rootDir := flag.String("rootDir", ".", "Root directory containing the files.")
 | 	// rootDir := flag.String("rootDir", ".", "Root directory containing the files.")
 | ||||||
| 	// flag.Parse()
 | 	// flag.Parse()
 | ||||||
| 
 |  | ||||||
| 	// Process input file names and checksums
 | 	// Process input file names and checksums
 | ||||||
| 	fileNames := strings.Split(checkFileNameList, ",") | 	fileNames := strings.Split(checkFileNameList, ",") | ||||||
| 	checkSums := strings.Split(checkFileSumList, ",") | 	checkSums := strings.Split(checkFileSumList, ",") | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user