Skip to content

Commit

Permalink
Fix variable
Browse files Browse the repository at this point in the history
  • Loading branch information
lwindolf committed Jan 10, 2024
1 parent b0bbd68 commit 051db8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cheat_sheets() {
cheatsheets[name].documents = data.tree
.map((a) => a.path)
.filter((path) => regex.test(path))
.map((a) => {
.map((path) => {
var tmp = regex.match(path);
return { name: tmp[1], path };
});
Expand Down

0 comments on commit 051db8a

Please sign in to comment.