diff --git a/Makefile b/Makefile index d99cc98..32b4ddc 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ prepare:: @if test -z "${NAME}"; then echo "NAME not set"; exit 1; fi @if test -z "${REPOSITORY}"; then echo "REPOSITORY not set"; exit 1; fi @if test -z "${ORG}"; then echo "ORG not set"; exit 1; fi - @if test ! -d "provider/cmd/pulumi-tfgen-x${EMPTY_TO_AVOID_SED}yz"; then "Project already prepared"; exit 1; fi + @if test ! -d "provider/cmd/pulumi-tfgen-x${EMPTY_TO_AVOID_SED}yz"; then echo "Project already prepared"; exit 1; fi mv "provider/cmd/pulumi-tfgen-x${EMPTY_TO_AVOID_SED}yz" provider/cmd/pulumi-tfgen-${NAME} mv "provider/cmd/pulumi-resource-x${EMPTY_TO_AVOID_SED}yz" provider/cmd/pulumi-resource-${NAME}