Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
fix(builder): fix typo in confd toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Monroy authored and Matthew Fisher committed Apr 15, 2014
1 parent 6efe264 commit decd712
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builder/conf.d/authorized_keys.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
src = "authorized_keys"
dest = "/home/git/.ssh/authorized_keys"
uid = 1000
git = 1000
gid = 1000
mode = "0600"
keys = [
"/deis/builder/users",
]
]

0 comments on commit decd712

Please sign in to comment.