summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVidar Holen <spam@vidarholen.net>2018-12-16 10:15:03 -0800
committerVidar Holen <spam@vidarholen.net>2018-12-16 10:15:32 -0800
commitb47e083ee340b1875fc3fce9921ca1c447918e4e (patch)
treed20157f40c48c030c6c2d73f72dedd1d44cd3039
parent3cba76dc7da3037148b44ea0ee1f5fea2f18e79d (diff)
Fix 'does not support multiple targets at once' error
-rwxr-xr-xquicktest2
1 files changed, 1 insertions, 1 deletions
diff --git a/quicktest b/quicktest
index 42a7ba6..4f0702d 100755
--- a/quicktest
+++ b/quicktest
@@ -11,7 +11,7 @@
,ShellCheck.Checks.Commands.runTests
,ShellCheck.Checks.ShellSupport.runTests
,ShellCheck.AnalyzerLib.runTests
- ]' | tr -d '\n' | cabal repl 2>&1 | tee /dev/stderr)
+ ]' | tr -d '\n' | cabal repl ShellCheck 2>&1 | tee /dev/stderr)
if [[ $var == *$'\nTrue'* ]]
then
exit 0