mirror of
https://github.com/eth-p/bat-extras.git
synced 2024-12-13 09:40:42 +01:00
Fix typo
This commit is contained in:
parent
6052d6ee17
commit
149f47fa66
@ -114,7 +114,7 @@ map_language_to_extension() {
|
||||
md | mdown | markdown) ext=".md" ;;
|
||||
yaml | yml) ext=".yml" ;;
|
||||
rust | rs) ext=".rs" ;;
|
||||
graphql | gql) exit=".graphql" ;;
|
||||
graphql | gql) ext=".graphql" ;;
|
||||
esac
|
||||
|
||||
echo "$ext"
|
||||
|
Loading…
Reference in New Issue
Block a user