File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
14
14
limitations under the License.
15
15
*/
16
16
17
- package cmd
17
+ package commands
18
18
19
19
import (
20
20
"fmt"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
14
14
limitations under the License.
15
15
*/
16
16
17
- package cmd
17
+ package commands
18
18
19
19
import (
20
20
"github.com/pkg/errors"
@@ -98,7 +98,7 @@ func init() {
98
98
}
99
99
100
100
func runCreate (opts * proposal.CreateOpts ) error {
101
- rc , err := repo .New (opts .RepoOpts . RepoPath )
101
+ rc , err := repo .New (opts .Repo . BasePath )
102
102
if err != nil {
103
103
return errors .Wrap (err , "creating repo client" )
104
104
}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
14
14
limitations under the License.
15
15
*/
16
16
17
- package cmd
17
+ package commands
18
18
19
19
import (
20
20
"github.com/pkg/errors"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
14
14
limitations under the License.
15
15
*/
16
16
17
- package cmd
17
+ package commands
18
18
19
19
import (
20
20
"fmt"
You can’t perform that action at this time.
0 commit comments