We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c25de2 commit e1e00b6Copy full SHA for e1e00b6
1 file changed
src/tools/tool-handlers.ts
@@ -177,7 +177,7 @@ export class ToolHandlers {
177
178
const __filename = fileURLToPath(import.meta.url);
179
const __dirname = path.dirname(__filename);
180
- const cheatsheetPath = path.join(__dirname, '../../Roam_Markdown_Cheatsheet.md');
+ const cheatsheetPath = path.join(__dirname, '../Roam_Markdown_Cheatsheet.md');
181
182
try {
183
let cheatsheetContent = await fs.promises.readFile(cheatsheetPath, 'utf-8');
0 commit comments