Skip to content

Commit ee49f40

Browse files
authored
Test with .bak (#162)
Signed-off-by: CTomlyn <[email protected]>
1 parent f658c4f commit ee49f40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generateTS.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ replace_string_in_file() {
4747
echo "$old_string"
4848
echo "$new_string"
4949

50-
sed -i '' "s/$old_string/$new_string/g" "$file_path"
50+
sed -i '.bak' "s/$old_string/$new_string/g" "$file_path"
5151
}
5252

5353
# Call the replace string for each of the types of child schema

0 commit comments

Comments
 (0)