Skip to content

Commit

Permalink
updated machineShop 2023.0814.1017 for tag version 0.1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-hermann-sva committed Aug 14, 2023
1 parent b5461af commit d9845b3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmd/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ var installCmd = &cobra.Command{

repo, _ := sthingsCli.CloneGitRepository(gitRepository, gitBranch, gitCommitID, nil)

// fileList, _ := sthingsCli.GetFileListFromGitRepository(gitPath, repo)
// selectedProfile := sthingsCli.AskSingleSelectQuestion("SELECT PROFILE:", fileList)
// fmt.Println(selectedProfile)

fileList, directoryList := sthingsCli.GetFileListFromGitRepository("", repo)
fmt.Println(fileList, directoryList)

Expand Down

0 comments on commit d9845b3

Please sign in to comment.