Skip to content

Commit fec033c

Browse files
committed
fix: invalid syntax
1 parent d0668e9 commit fec033c

File tree

1 file changed

+1
-1
lines changed
  • spawnctl/lib/spawnctl/commands/new

1 file changed

+1
-1
lines changed

spawnctl/lib/spawnctl/commands/new/node.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ defmodule SpawnCtl.Commands.New.Node do
2626
app_image_tag: "ttl.sh/spawn-node-example:1h",
2727
statestore_user: "admin",
2828
statestore_pwd: "admin",
29-
statestore_key: "myfake-key-3Jnb0hZiHIzHTOih7t2cTEPEpY98Tu1wvQkPfq/XwqE="
29+
statestore_key: "myfake-key-3Jnb0hZiHIzHTOih7t2cTEPEpY98Tu1wvQkPfq/XwqE=",
3030
allowed_template_versions: [
3131
"v#{@vsn}",
3232
"v1.4.2"

0 commit comments

Comments
 (0)