Skip to content

Commit

Permalink
fix package names
Browse files Browse the repository at this point in the history
  • Loading branch information
tejal29 committed Jun 25, 2019
1 parent 90e5bdd commit 6fd1d7a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/skaffold/deploy/labeller.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/

package runner
package deploy

import (
"fmt"
Expand Down
2 changes: 1 addition & 1 deletion pkg/skaffold/deploy/labeller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/

package runner
package deploy

import (
"testing"
Expand Down
2 changes: 1 addition & 1 deletion pkg/skaffold/runner/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ type SkaffoldRunner struct {
cache *cache.Cache
runCtx *runcontext.RunContext
labellers []deploy.Labeller
defaultLabeller *DefaultLabeller
defaultLabeller *deploy.DefaultLabeller
builds []build.Artifact
hasBuilt bool
hasDeployed bool
Expand Down

0 comments on commit 6fd1d7a

Please sign in to comment.