Skip to content

Commit

Permalink
Rename RERPO and Go module
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy McPhillips committed Mar 10, 2021
1 parent ab07a7b commit cbe51d5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .repro/000_Makefile.repro
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# identify the REPRO and associated Docker image
REPRO_NAME=gocli
REPRO_NAME=go-cli
REPRO_DOCKER_ORG=cirss
REPRO_IMAGE_TAG=latest
REPRO_IMAGE=${REPRO_DOCKER_ORG}/${REPRO_NAME}:${REPRO_IMAGE_TAG}
Expand Down
2 changes: 1 addition & 1 deletion .repro/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:20.04

ENV REPRO_NAME gocli
ENV REPRO_NAME go-cli
ENV REPRO_MNT /mnt/${REPRO_NAME}
ENV REPRO_USER repro
ENV REPRO_UID 1000
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/cirss/gocli
module github.com/cirss/go-cli

go 1.16
3 changes: 1 addition & 2 deletions go/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ package:
clean:
go clean ./...
rm -rf ./.build/*
chmod -R +w ./.go
rm -rf ./.go/pkg
rm -rf ./.gopath/pkg
2 changes: 1 addition & 1 deletion go/cli/tests/program_context_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"testing"

"github.com/cirss/gocli/go/cli"
"github.com/cirss/go-cli/go/cli"
)

func main() {
Expand Down

0 comments on commit cbe51d5

Please sign in to comment.