diff options
author | kwadronaut <kwadronaut@leap.se> | 2013-02-08 11:11:15 +0100 |
---|---|---|
committer | kwadronaut <kwadronaut@leap.se> | 2013-02-08 11:11:15 +0100 |
commit | 18bf600514bf20db1181f10009792acfa64d8c2a (patch) | |
tree | 371932ba4782271bdaae22fe4fab1b899a33e080 /docs | |
parent | 27a60d8fc6b3373bb6a051cfe5a3daeb2d7f9ca7 (diff) |
typo
Diffstat (limited to 'docs')
-rw-r--r-- | docs/platform/quick-start.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/platform/quick-start.md b/docs/platform/quick-start.md index d958331..568f0dc 100644 --- a/docs/platform/quick-start.md +++ b/docs/platform/quick-start.md @@ -55,7 +55,7 @@ version control: git init git add . - git commit -m"initial commit" + git commit -m "initial commit" Now add yourself as a privileged sysadmin who will have access to deploy to servers: |