We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 266baf3 commit e5df9feCopy full SHA for e5df9fe
1 file changed
replication/splc23-views/execute.sh
@@ -5,4 +5,4 @@ cd "$(dirname "${BASH_SOURCE[0]}")" || exit
5
if [[ $# -gt 0 ]]; then
6
echo "Executing $1"
7
fi
8
-docker run --rm -v "$(pwd)/results":"/home/sherlock/results" diff-detective-views "$@"
+MSYS_NO_PATHCONV=1 docker run --rm -v "$(pwd)/results":"/home/sherlock/results" diff-detective-views "$@"
0 commit comments