Skip to content

Commit 90911c4

Browse files
committed
chore(*): revert me before merge
1 parent 84cae53 commit 90911c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

update_api_files.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ echo "]===]))" >> "$FILENAME"
7575
# Copy the individual API files
7676
for f in "${file_list[@]}"; do
7777
source_file=$SOURCE/apis/$f.normal.json
78+
ls -l "$source_file"
79+
ls -l "$TFILE"
7880
jq 'walk( if (type == "object") and has("documentation") and (.documentation|contains("wJalrXUtnFEMI")) then del(.documentation) else . end )' "$source_file" >| "$TFILE"
7981
mv -f "$TFILE" "$source_file"
8082
# replace . with - since . can't be in a Lua module name

0 commit comments

Comments
 (0)