Skip to content

Commit bcbe9a4

Browse files
authored
Merge pull request #42 from IntersectMBO/tidy-up-things
rename budget script
2 parents ae78954 + 83153e7 commit bcbe9a4

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@ This repository holds shell scripts that Intersect uses to engage in Cardano on-
88

99
#### 2025 Budget Scripts
1010

11-
- [budget-metadata-validate.sh](./scripts/budget-metadata-validate.sh)
11+
- [budget-metadata-validate.sh](./scripts/budget-metadata-validate.sh)
1212
- Runs correctness and validity checks for budget treasury withdrawal CIP108 metadata.
1313
- Uses a combination of the other scripts
14+
- [budget-metadata-create.sh](./scripts/budget-metadata-create.sh)
15+
- Creates Intersect budget metadata file from a `.docx`
16+
- This expects certain structure within the `.docx`
1417

1518
#### Governance Action Scripts
1619

@@ -28,8 +31,6 @@ This repository holds shell scripts that Intersect uses to engage in Cardano on-
2831

2932
#### Governance (CIP-100+) Metadata Scripts
3033

31-
- [metadata-create.sh](./scripts/metadata-create.sh)
32-
- Creates Intersect budget metadata file from a `.docx`
3334
- [metadata-validate.sh](./scripts/metadata-validate.sh)
3435
- Compares governance metadata against the established schema(s)
3536
- Applies a spell check to CIP108 metadata fields
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
# Exit immediately if a command exits with a non-zero status,
1010
# treat unset variables as an error, and fail if any command in a pipeline fails
11-
set -euo pipefail
11+
# set -euo pipefail
1212

1313
# Colors
1414
#BLACK='\033[0;30m'

0 commit comments

Comments
 (0)