Skip to content

Commit f9b5557

Browse files
quote things
1 parent f358a82 commit f9b5557

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tool/ovh/create.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
set -eu
22

3-
openstack server create $MACHINE_NAME \
4-
--key-name $OS_KEY_ID \
5-
--flavor $MACHINE_TYPE \
6-
--image $IMAGE \
3+
openstack server create "$MACHINE_NAME" \
4+
--key-name "$OS_KEY_ID" \
5+
--flavor "$MACHINE_TYPE" \
6+
--image "$IMAGE" \
77
--network Ext-Net

0 commit comments

Comments
 (0)