Run shellcheck autofix.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
#
|
||||
|
||||
## Dependency graph https://github.com/savvasdalkitsis/module-dependency-graph
|
||||
dotPath=`pwd`/docs/images/module_graph.dot
|
||||
pngPath=`pwd`/docs/images/module_graph.png
|
||||
./gradlew graphModules -PdotFilePath=${dotPath} -PgraphOutputFilePath=${pngPath} -PautoOpenGraph=false
|
||||
rm ${dotPath}
|
||||
dotPath=$(pwd)/docs/images/module_graph.dot
|
||||
pngPath=$(pwd)/docs/images/module_graph.png
|
||||
./gradlew graphModules -PdotFilePath="${dotPath}" -PgraphOutputFilePath="${pngPath}" -PautoOpenGraph=false
|
||||
rm "${dotPath}"
|
||||
|
||||
Reference in New Issue
Block a user