瀏覽代碼

Removed commas that were preventing seedlet-blocks and levro from being properly deployed to dotorg (#5408)

Jason Crist 3 年之前
父節點
當前提交
b3bac24033
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      deploy-dotorg.sh

+ 2 - 2
deploy-dotorg.sh

@@ -21,8 +21,8 @@ declare -a THEMES_TO_DEPLOY=(
 	"geologist"
 	"mayland-blocks"
 	"quadrat"
-	"seedlet-blocks",
-	"livro",
+	"seedlet-blocks"
+	"livro"
 	"videomaker"
 )