mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	fix: add missing backslashes to curl command
This commit is contained in:
		
							parent
							
								
									9998e4cd63
								
							
						
					
					
						commit
						a125ea10e8
					
				| @ -39,7 +39,7 @@ ${prettyPayload} | ||||
|                     {` | ||||
| curl -H "Content-Type: application/json" \\ | ||||
|      -H "Authorization: <API-token>" \\ | ||||
|      -X ${verbUpper} | ||||
|      -X ${verbUpper} \\ | ||||
|      -d '${prettyPayload}' \\ | ||||
|      <unleash-url>/${url} | ||||
| `.trim()} | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user