Skip to content

Commit

Permalink
typo in aws_registry config file
Browse files Browse the repository at this point in the history
Change-Id: I16d6cfb92229d316b01df6db2dcbd1d8241472bf
  • Loading branch information
pmenglund committed Jun 20, 2012
1 parent 094a289 commit c9193e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/aws_registry/templates/aws_registry.yml.erb
Expand Up @@ -9,7 +9,7 @@ http:
db:
<% if properties.postgres %>
<% user = properties.postgres.user %>
<% pass = properties.postgres.pass %>
<% pass = properties.postgres.password %>
<% address = properties.postgres.address %>
<% database = properties.postgres.database %>
database: postgres://<%= user %>:<%= pass %>@<%= address %>/<%= database %>
Expand Down

0 comments on commit c9193e4

Please sign in to comment.