We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f435eec commit 2b20957Copy full SHA for 2b20957
set_formatting_off.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
3
if [[ "$OSTYPE" == "darwin"* ]]; then
4
- backup = '.back'
+ backup='.bak'
5
fi
6
7
sed -i $backup 's/<!-- formatter_plugin_begin -->/<!-- formatter_plugin_begin/g' pom.xml
0 commit comments