Skip to content

Commit 9e8dfe4

Browse files
committed
Esthetics
1 parent 0cc7246 commit 9e8dfe4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/schema-publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Author: @ralfhandl
44

5-
# run this script from the root of the repo. It is designed to be run by a GitHub workflow.
5+
# Run this script from the root of the repo. It is designed to be run by a GitHub workflow.
66

77
echo "TODO: ${BASH_VERSION}"
88

scripts/yaml2json/yaml2json.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const fs = require('fs');
66
const yaml = require('yaml');
77

88
function convert(filename) {
9-
console.log(filename);
9+
// console.log(filename);
1010
const s = fs.readFileSync(filename,'utf8');
1111
let obj;
1212
try {

0 commit comments

Comments
 (0)