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

Commit

Permalink
fix linter err
Browse files Browse the repository at this point in the history
  • Loading branch information
Michelle Noorali committed Feb 25, 2019
1 parent dcb2e48 commit b4cf380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/builder/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package builder
import (
"context"
"fmt"
"github.com/pkg/errors"
"io"
"os"
"path/filepath"
Expand All @@ -12,6 +11,7 @@ import (
"time"

"github.com/Masterminds/semver"
"github.com/pkg/errors"

"github.com/deislabs/duffle/pkg/bundle"
"github.com/deislabs/duffle/pkg/duffle/manifest"
Expand Down

0 comments on commit b4cf380

Please sign in to comment.