Skip to content

Commit cc8fd01

Browse files
committed
chore: Fix foxomate errors
1 parent 8ec795e commit cc8fd01

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Diff for: .gitattributes

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
* text=auto
2-
.glue/ linguist-generated
1+
# foxomate start
2+
* text=auto eol=lf
3+
bake linguist-generated
4+
# foxomate end

Diff for: basalt.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[package]
2+
type = 'bash'
23
name = 'bash-args'
34
slug = 'bash_args'
45
version = '0.9.2'
5-
authors = ['Edwin Kofler" <[email protected]>']
6+
authors = ['Edwin Kofler <[email protected]>']
67
description = 'A cute little Bash library for blazing fast argument parsing'
78

89
[run]

0 commit comments

Comments
 (0)