Skip to content

Commit

Permalink
feat: improve go code
Browse files Browse the repository at this point in the history
  • Loading branch information
escalate committed Jan 7, 2024
1 parent 922e3d8 commit 98d62f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func bootstrap(hostname string, hostgroup string, git string, vault string) erro

ansibleVaultPassword := configFile{
filename: "/etc/ansible/.vault_pass.txt",
content: fmt.Sprintf("%s", vault),
content: vault,
}

if err := writeConfigFile(ansibleVaultPassword); err != nil {
Expand Down

0 comments on commit 98d62f3

Please sign in to comment.