Skip to content

Commit

Permalink
Fix mismatched name (case sensitive on some platforms)
Browse files Browse the repository at this point in the history
  • Loading branch information
joethephish committed Dec 18, 2019
1 parent c124687 commit 1ce5846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main-process/inkSnippets.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ exports.snippets = [
snippets: [
{
name: "The Intercept",
ink: loadLongerSnippet("theIntercept.ink")
ink: loadLongerSnippet("theintercept.ink")
}
]
}
Expand Down

0 comments on commit 1ce5846

Please sign in to comment.