Browse Source

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

Jason Crist 3 years ago
parent
commit
b3bac24033
1 changed files with 2 additions and 2 deletions
  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"
 )