Skip to content

Commit 41d91c7

Browse files
author
LB
authored
Fix: starters publish script (#28205)
1 parent faaf3d8 commit 41d91c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish-starters.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ GLOB=$1
44
IS_CI="${CI:-false}"
55
BASE=$(pwd)
66
COMMIT_MESSAGE=$(git log -1 --pretty=%B)
7-
MINIMAL_STARTER=`gatsby-starter-minimal`
7+
MINIMAL_STARTER=gatsby-starter-minimal
88

99
if [ "$IS_CI" = true ]; then
1010
sudo apt-get update && sudo apt-get install jq

0 commit comments

Comments
 (0)