summaryrefslogtreecommitdiff
path: root/ship
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-07-25 08:53:16 -0700
committerBen Sima <ben@bsima.me>2020-07-25 08:53:16 -0700
commitf1e204f461b208f1eea4552cb9036c7489dd6548 (patch)
treedcd4f61bffb25c4f8dc596fc29b3cd0448796162 /ship
parentc2827b0560082f5499c178ead746e7ff9448dd64 (diff)
ship: fix call to lint
Diffstat (limited to 'ship')
-rwxr-xr-xship2
1 files changed, 1 insertions, 1 deletions
diff --git a/ship b/ship
index f0efdb4..361bb35 100755
--- a/ship
+++ b/ship
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -ex
-lint
+$BIZ_ROOT/Biz/lint.py
stuff=(${1})
if [[ ${#stuff[@]} -eq 0 ]]
then