Skip to content

Commit

Permalink
Merge pull request moby#8 from MSOpenTech/host-management
Browse files Browse the repository at this point in the history
Fix azure sdk import in azure host driver.
  • Loading branch information
bfirsh committed Oct 23, 2014
2 parents 8d0888b + 35ea087 commit c5edfcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hosts/drivers/azure/azure.go
Expand Up @@ -9,8 +9,8 @@ import (
"strings"
"time"

azure "github.com/docker/docker/vendor/src/github.com/MSOpenTech/azure-sdk-for-go"
"github.com/docker/docker/vendor/src/github.com/MSOpenTech/azure-sdk-for-go/clients/vmClient"
azure "github.com/MSOpenTech/azure-sdk-for-go"
"github.com/MSOpenTech/azure-sdk-for-go/clients/vmClient"

"github.com/docker/docker/hosts/drivers"
"github.com/docker/docker/hosts/ssh"
Expand Down

0 comments on commit c5edfcf

Please sign in to comment.