Browse code

Merge pull request #139 from cephaslr/patch-1

Merged by openshift-bot

OpenShift Bot authored on 2014/09/24 18:28:19
Showing 1 changed files
... ...
@@ -74,7 +74,7 @@ development environment.
74 74
 
75 75
 6.  Start an OpenShift all-in-one server (includes everything you need to try OpenShift)
76 76
 
77
-        $ output/go/bin/openshift start
77
+        $ _output/go/bin/openshift start
78 78
 
79 79
 TIP: In some cases (eg. after git pull), you might run `make clean` inside the *origin/* repository to clean up the object files that are be outdated.
80 80