Skip to content

Commit

Permalink
Update emojiSubstitutions.plist file name to remove whitespace that m…
Browse files Browse the repository at this point in the history
…ade some scripting more difficult
  • Loading branch information
warpling committed May 17, 2021
1 parent 9d6c04b commit 431c0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update-output.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def main():
settings = json.load(settings_file)

# Load in the canonical emoji substitutions
emoji_substitutions_file = os.path.join(scripts_directory, '../emoji substitutions.plist')
emoji_substitutions_file = os.path.join(scripts_directory, '../emojiSubstitutions.plist')
emoji_substitutions = plistlib.readPlist(emoji_substitutions_file)

generate_alfred_snippets(emoji_substitutions)
Expand Down

0 comments on commit 431c0de

Please sign in to comment.