mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-10-28 10:51:44 +01:00 
			
		
		
		
	Fix error declaration
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
		
							parent
							
								
									37a4d41d0e
								
							
						
					
					
						commit
						a0ec3690b6
					
				@ -191,7 +191,7 @@ func (s *IntegrationTestSuite) tailscaleContainer(
 | 
				
			|||||||
		},
 | 
							},
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	err = s.pool.RemoveContainerByName(hostname)
 | 
						err := s.pool.RemoveContainerByName(hostname)
 | 
				
			||||||
	if err != nil {
 | 
						if err != nil {
 | 
				
			||||||
		s.FailNow(
 | 
							s.FailNow(
 | 
				
			||||||
			fmt.Sprintf(
 | 
								fmt.Sprintf(
 | 
				
			||||||
@ -202,7 +202,7 @@ func (s *IntegrationTestSuite) tailscaleContainer(
 | 
				
			|||||||
		)
 | 
							)
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	pts, err := s.pool.BuildAndRunWithBuildOptions(
 | 
						pts, err = s.pool.BuildAndRunWithBuildOptions(
 | 
				
			||||||
		tailscaleBuildOptions,
 | 
							tailscaleBuildOptions,
 | 
				
			||||||
		tailscaleOptions,
 | 
							tailscaleOptions,
 | 
				
			||||||
		DockerRestartPolicy,
 | 
							DockerRestartPolicy,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user