Skip to content

Commit

Permalink
fmt: fix invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
frobware committed Apr 16, 2019
1 parent db6a7a5 commit 8a69f71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/go-fmt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ if [ "$IS_CONTAINER" != "" ]; then
else
docker run -it --rm \
--env IS_CONTAINER=TRUE \
--volume "${PWD}:/go/src/github.com/openshift/${REPO_NAME}:z" \
--workdir "/go/src/github.com/openshift/${REPO_NAME}" \
--volume "${PWD}:/go/src/sigs.k8s.io/${REPO_NAME}:z" \
--workdir "/go/src/sigs.k8s.io/${REPO_NAME}" \
openshift/origin-release:golang-1.10 \
./hack/go-fmt.sh "${@}"
fi

0 comments on commit 8a69f71

Please sign in to comment.