Skip to content

Commit

Permalink
fix: invalid syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
sleipnir committed Aug 25, 2024
1 parent d0668e9 commit fec033c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spawnctl/lib/spawnctl/commands/new/node.ex
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ defmodule SpawnCtl.Commands.New.Node do
app_image_tag: "ttl.sh/spawn-node-example:1h",
statestore_user: "admin",
statestore_pwd: "admin",
statestore_key: "myfake-key-3Jnb0hZiHIzHTOih7t2cTEPEpY98Tu1wvQkPfq/XwqE="
statestore_key: "myfake-key-3Jnb0hZiHIzHTOih7t2cTEPEpY98Tu1wvQkPfq/XwqE=",
allowed_template_versions: [
"v#{@vsn}",
"v1.4.2"
Expand Down

0 comments on commit fec033c

Please sign in to comment.