aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/vcs2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/vcs b/bin/vcs
index 405100a..8691575 100755
--- a/bin/vcs
+++ b/bin/vcs
@@ -200,7 +200,7 @@ while getopts 'C:lth' flag; do
cd "$OPTARG"
;;
l)
-
+ # shellcheck disable=2086
echo $TYPES | tr ' ' '\n'
exit
;;