Skip to content

Commit

Permalink
Uncomment some lines I had forgotten in the previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanjli committed Dec 7, 2024
1 parent 82f8717 commit 71f5bc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/forklift/dev/plt/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ func makeQueryRepoReqSubcmds(category string) []*cli.Command {
Category: category,
Usage: "Prints the required version of the available repo",
ArgsUsage: "repo_path",
// Action: showRepoVersionAction,
Action: showRepoVersionAction,
},
}
}
Expand Down
2 changes: 1 addition & 1 deletion cmd/forklift/plt/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ func makeQueryRepoReqSubcmds(category string) []*cli.Command {
Category: category,
Usage: "Prints the required version of the available repo",
ArgsUsage: "repo_path",
// Action: showRepoVersionAction,
Action: showRepoVersionAction,
},
}
}
Expand Down

0 comments on commit 71f5bc3

Please sign in to comment.