Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
transfer repo
Browse files Browse the repository at this point in the history
[#88646342]

Signed-off-by: Jonathan Berkhahn <jaberkha@us.ibm.com>
  • Loading branch information
Simon Leung authored and jberkhahn committed Feb 20, 2015
1 parent 4775e18 commit e2a6fe0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
5 changes: 0 additions & 5 deletions docker/docker_support.go
@@ -1,8 +1,3 @@
// curl (make app)
// set diego flag
// create and map route
// start app

package docker

import "github.com/cloudfoundry/cli/plugin"
Expand Down
7 changes: 3 additions & 4 deletions main.go
Expand Up @@ -4,10 +4,10 @@ import (
"fmt"
"os"

"github.com/cloudfoundry-incubator/diego-cli-plugin/diego_support"
"github.com/cloudfoundry-incubator/diego-cli-plugin/docker"
"github.com/cloudfoundry-incubator/diego-cli-plugin/utils"
"github.com/cloudfoundry/cli/plugin"
"github.com/simonleung8/diego-beta/diego_support"
"github.com/simonleung8/diego-beta/docker"
"github.com/simonleung8/diego-beta/utils"
)

type DiegoBeta struct{}
Expand Down Expand Up @@ -197,7 +197,6 @@ func (c *DiegoBeta) dockerPush(cliConnection plugin.CliConnection, args []string
if domain, err, output = u.FindDomain(); err != nil {
exitWithError(err, output)
}
sayOk()

if output, err = u.CreateRoute(space, domain, appName); err != nil {
exitWithError(err, output)
Expand Down

0 comments on commit e2a6fe0

Please sign in to comment.