Skip to content

Commit bb27aa1

Browse files
author
Katrina Owen
committed
Support a subcommand on configlet in CI
We will be adding subcommands to configlet. For now, we've released a version of configlet which handles both the old command: configlet path/to/track as well as the new command: configlet lint path/to/track This will let us update all the travis files to include the subcommand before we release the version of configlet that requires the subcommand.
1 parent 628d0f3 commit bb27aa1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/unit-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55
echo ""
66
echo ">>> Running configlet..."
77
bin/fetch-configlet
8-
bin/configlet .
8+
bin/configlet lint .
99

1010
pushd exercises
1111
echo ""

0 commit comments

Comments
 (0)