Unverified Commit e060786c authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

fix(aks-mcp-server): main program (#485107)

parents 1d1fb054 f39b4ac1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -74,6 +74,6 @@ buildGoModule (finalAttrs: {
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ priyaananthasankar ];
    platforms = lib.platforms.unix; # Now supports both Linux and macOS with withoutebpf
    mainProgram = "aks-mcp-server";
    mainProgram = "aks-mcp";
  };
})