File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ()) {
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments