Skip to content

Commit e798667

Browse files
authored
Fix typo in release script (#7285)
1 parent d12c8bc commit e798667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ which jq &> /dev/null
5353
trap - ERR
5454

5555
trap "echo 'Missing gsutil.'; exit 1" ERR
56-
which gstuil &> /dev/null
56+
which gsutil &> /dev/null
5757
trap - ERR
5858
echo "Checked for commands."
5959

0 commit comments

Comments
 (0)