Skip to content

Commit c633c94

Browse files
author
Thijs Scheepers
committed
fix(contrib/gce): fixed ~ reference in gce instance creation command
1 parent 2ff39e1 commit c633c94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/installing_deis/gce.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Launch 3 instances. You can choose another starting CoreOS image from the listin
115115
gcloud compute instances create core${num} \
116116
--zone us-central1-c \
117117
--machine-type n1-standard-2 \
118-
--metadata-from-file user-data=gce-user-data,sshKeys=~/.ssh/deis.pub \
118+
--metadata-from-file user-data=gce-user-data,sshKeys=$HOME/.ssh/deis.pub \
119119
--disk name=cored${num},device-name=coredocker \
120120
--tags deis \
121121
--image coreos-stable-647-2-0-v20150528 \

0 commit comments

Comments
 (0)