We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f658c4f commit ee49f40Copy full SHA for ee49f40
scripts/generateTS.sh
@@ -47,7 +47,7 @@ replace_string_in_file() {
47
echo "$old_string"
48
echo "$new_string"
49
50
- sed -i '' "s/$old_string/$new_string/g" "$file_path"
+ sed -i '.bak' "s/$old_string/$new_string/g" "$file_path"
51
}
52
53
# Call the replace string for each of the types of child schema
0 commit comments