From 511d7aaaec34113b5c1b35f84550e59a64597a08 Mon Sep 17 00:00:00 2001 From: Shawn Allen Date: Tue, 4 Dec 2018 22:43:50 -0800 Subject: [PATCH] tweak commit-status args --- script/build-docs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/build-docs b/script/build-docs index 7874d9b1..4abcaa96 100755 --- a/script/build-docs +++ b/script/build-docs @@ -8,5 +8,5 @@ else npx now --token=$NOW_TOKEN > now-url.txt url=$(cat now-url.txt) version=$(jq -r .name ../modules/primer/package.json) - npx commit-status "deployed to <$url>" "now" "primer@$version" "$url" + npx commit-status success "now" "deployed primer@$version to $url" "$url" fi