diff --git a/salt/cloud/clouds/gce.py b/salt/cloud/clouds/gce.py index aa5179dda9..627cc91e50 100644 --- a/salt/cloud/clouds/gce.py +++ b/salt/cloud/clouds/gce.py @@ -551,7 +551,7 @@ def create(vm_=None, call=None): ), 'deploy_command': config.get_cloud_config_value( 'deploy_command', vm_, __opts__, - default='/tmp/.saltcloud/deplloy.sh', + default='/tmp/.saltcloud/deploy.sh', ), 'start_action': __opts__['start_action'], 'sock_dir': __opts__['sock_dir'],