mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
Fix "./docker" package name on freebsd
This fixes "can't load package: package ./docker: found packages client.go (main) and daemon_freebsd.go (docker)" Signed-off-by: Andrew "Tianon" Page <admwiggin@gmail.com> Upstream-commit: e54c4517a78ea87e6611784f9900e82f60a23303 Component: engine
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// +build daemon
|
||||
|
||||
package docker
|
||||
package main
|
||||
|
||||
// notifySystem sends a message to the host when the server is ready to be used
|
||||
func notifySystem() {
|
||||
|
||||
Reference in New Issue
Block a user