Skip to content

Commit

Permalink
building water_service modules
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilmulinti committed Dec 26, 2024
1 parent d6f3a60 commit 660f415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy-as-code/deployer/digit_installer.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func main() {
//result, err := sel(modules, "Select the DIGIT modules that you want to install, choose Exit to complete selection")
//if err == nil {
//for result != "Exit" && err == nil {
selectedMod = append(selectedMod, "m_health")
selectedMod = append(selectedMod, "m_water-service")
//fmt.Println("selected modules", result)
//result, err = sel(modules, "Select the modules you want to install, choose Exit to complete selection")
//}
Expand Down

0 comments on commit 660f415

Please sign in to comment.