Fix typo lagels -> labels 98/133698/1
authorhyokeun <hyokeun.jeon@samsung.com>
Tue, 13 Jun 2017 06:55:50 +0000 (15:55 +0900)
committerhyokeun <hyokeun.jeon@samsung.com>
Tue, 13 Jun 2017 06:55:50 +0000 (15:55 +0900)
Change-Id: Ibd9bfc40a6016910770ef11b163af1673f90c952

groovy_init_scripts/init.groovy

index cb505c3..c6a7ac2 100755 (executable)
@@ -222,7 +222,7 @@ if (properties.EC2_CLOUD_NAME != null && properties.EC2_CLOUD_NAME != '') {
     security_groups      = properties.SECURITY_GROUPS,
     remote_fs            = properties.REMOTE_FS,
     instance_type        = properties.INSTANCE_TYPE,
-    lagels               = properties.WORKER_LABEL_STRING,
+    labels               = properties.WORKER_LABEL_STRING,
     description          = properties.WORKER_DESCRIPTION,
     num_executors        = properties.NUMBER_OF_EXECUTORS,
     remote_user          = properties.REMOTE_ADMIN,