Skip to content

Commit d682888

Browse files
committed
chore: Fix foxomate errors
1 parent 154ba3f commit d682888

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

basalt.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
[package]
2+
type = 'bash'
23
name = 'bash-object'
34
slug = 'bash_object'
45
version = '0.8.0'
56
authors = ['Edwin Kofler" <edwin@kofler.dev>']
7+
description = 'Manipulate heterogenous data hierarchies in Bash'
68

79
[run]
810
dependencies = ['https://github.com/hyperupcall/bats-all.git@v4.2.0']

examples/basalt.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[package]
2-
name = ''
3-
slug = ''
4-
version = ''
5-
authors = []
6-
description = ''
2+
type = 'bash'
3+
name = 'bash-object-example'
4+
slug = 'bash_object_example'
5+
version = '0.1.0'
6+
authors = ['Edwin Kofler <edwin@kofler.dev>']
7+
description = 'Example for bash_object'
78

89
[run]
910
dependencies = ['https://github.com/hyperupcall/bash-object.git@7936badc984fc56c1aa7e2c940e5e382923146d7']

0 commit comments

Comments
 (0)