Skip to content

Commit e8201a9

Browse files
committed
fix: lint fixes
1 parent 7722662 commit e8201a9

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

internal/cli/root.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ func buildRootCmd(cli *cli) *cobra.Command {
9090

9191
if cmd.CommandPath() != "auth0 ai skills post-install-hook" && !skillsSentinelExists() {
9292
fmt.Fprintln(os.Stderr, skillsInstallTip)
93-
// writeSkillsSentinel()
9493
}
9594

9695
if !commandRequiresAuthentication(cmd.CommandPath()) {

internal/cli/skills.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ func postInstallHookCmd(cli *cli) *cobra.Command {
8787

8888
if !iostream.IsInputTerminal() || !iostream.IsOutputTerminal() {
8989
fmt.Fprintln(os.Stderr, skillsInstallTip)
90-
// writeSkillsSentinel()
9190
return nil
9291
}
9392

@@ -110,7 +109,6 @@ func postInstallHookCmd(cli *cli) *cobra.Command {
110109
if err := survey.AskOne(prompt, &choice); err != nil {
111110
// User pressed Ctrl+C or closed the terminal — skip gracefully.
112111
fmt.Fprintln(os.Stderr, skillsInstallTip)
113-
// writeSkillsSentinel()
114112
return nil
115113
}
116114

0 commit comments

Comments
 (0)