Fix misspelling of "successfully"

This commit is contained in:
Kenjiro Nakayama
2018-09-21 23:07:14 +09:00
parent 6e61a8449b
commit c1e072de0b
4 changed files with 7 additions and 7 deletions

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
.PHONY: all rbdplugin
.PHONY: all rbdplugin cephfsplugin
RBD_IMAGE_NAME=$(if $(ENV_RBD_IMAGE_NAME),$(ENV_RBD_IMAGE_NAME),quay.io/cephcsi/rbdplugin)
RBD_IMAGE_VERSION=$(if $(ENV_RBD_IMAGE_VERSION),$(ENV_RBD_IMAGE_VERSION),v0.3.0)