Fix typo in exec_pre message
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		| @ -55,7 +55,7 @@ run_docker_cp() { | ||||
|   if [ -n "$PLUGIN_EXEC_PRE" ]; then | ||||
| 	docker -H "$REMOTE_DOCKER_HOST" exec "$CONTAINER" sh -c "mkdir -p /root/.ssh && echo \"$PLUGIN_DEPLOY_KEY\" > /root/.ssh/id_rsa && chmod -R 600 /root/.ssh && $PLUGIN_EXEC_PRE" | ||||
|   fi | ||||
|   echo "--- end exec ---" | ||||
|   echo "--- end exec_pre ---" | ||||
|  | ||||
|   echo "Copying $PLUGIN_SOURCE" | ||||
|   # shellcheck disable=SC2086 | ||||
|  | ||||
		Reference in New Issue
	
	Block a user