Skip to content

Commit

Permalink
missed punctuation
Browse files Browse the repository at this point in the history
there are some places where "." and ":" missed. Please, add this.
  • Loading branch information
aj07 authored Dec 12, 2016
1 parent b61cf87 commit 12defe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/debugging-openshift.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This document contains some tips and suggestions for troubleshooting an OpenShif
System Environment
------------------

1. Run as root
1. Run as root.

Currently OpenShift v3 must be started as root in order to manipulate your iptables configuration. The openshift commands (e.g. `oc create`) do not need to be run as root.

Expand Down Expand Up @@ -37,7 +37,7 @@ System Environment
Build Failures
--------------

To investigate a build failure, first check the build logs. You can view the build logs via
To investigate a build failure, first check the build logs. You can view the build logs via:

$ oc logs build/[build_id]

Expand Down

0 comments on commit 12defe5

Please sign in to comment.