We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba334bf commit 14ac76fCopy full SHA for 14ac76f
1 file changed
DrString/copy-and-run-DrString-config.sh
@@ -40,13 +40,6 @@ cp "drstring.toml" "$projectDir/.drstring.toml"
40
cd "$projectDir"
41
42
DRSTRING_EXECUTABLE="$scriptBaseFolderPath/drstring"
43
-echo "FOUND PIERRE $DRSTRING_EXECUTABLE"
44
-echo "PIERRE AGAIN $projectDir/.drstring.toml"
45
-
46
47
-theDir="$( pwd )"
48
49
-echo "PIERRE? $theDir"
50
51
if [ -f "$DRSTRING_EXECUTABLE" ]; then
52
"$DRSTRING_EXECUTABLE" check --config-file $projectDir/.drstring.toml || true
0 commit comments