You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: getting_started/bootstrap.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ First we need to initialize a deploy configuration directory by running::
24
24
25
25
The configuration directory contains a new SSH key pair for your deployments, and a `Terraform <http://terraform.io/>`_ configuration template that we need to fill in.
26
26
27
-
Change directory into ``my_deployment`` :
27
+
Locate into ``my_deployment`` :
28
28
29
29
cd my_deployment
30
30
@@ -122,7 +122,7 @@ First we need to initialize a deploy configuration directory by running::
122
122
123
123
The configuration directory contains a new SSH key pair for your deployments, and a `Terraform <http://terraform.io/>`_ configuration template that we need to fill in.
124
124
125
-
Change directory into ``my_deployment`` :
125
+
Locate into ``my_deployment`` :
126
126
127
127
cd my_deployment
128
128
@@ -189,7 +189,7 @@ First we need to initialize a deploy configuration directory by running::
189
189
190
190
The configuration directory contains a new SSH key pair for your deployments, and a `Terraform <http://terraform.io/>`_ configuration template that we need to fill in.
191
191
192
-
Change directory into ``my_deployment`` :
192
+
Locate into ``my_deployment`` :
193
193
194
194
cd my_deployment
195
195
@@ -252,7 +252,7 @@ First we need to initialize a deploy configuration directory by running::
252
252
253
253
The configuration directory contains a new SSH key pair for your deployments, and a `Terraform <http://terraform.io/>`_ configuration template that we need to fill in.
0 commit comments