From fb01db1b20412b6f8afac780c25c670d8f4d1541 Mon Sep 17 00:00:00 2001 From: MengZeLee Date: Sat, 4 Apr 2020 23:27:26 +0800 Subject: [PATCH] fix typo fix typo --- operator/runner/env.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/operator/runner/env.go b/operator/runner/env.go index 03c05b22..627143a5 100644 --- a/operator/runner/env.go +++ b/operator/runner/env.go @@ -59,7 +59,7 @@ func repoEnviron(repo *core.Repository) map[string]string { // // these are legacy configuration parameters for backward - // compatibilty with drone 0.8. + // compatibility with drone 0.8. // "CI_REPO": repo.Slug, "CI_REPO_NAME": repo.Slug, @@ -110,7 +110,7 @@ func buildEnviron(build *core.Build) map[string]string { // // these are legacy configuration parameters for backward - // compatibilty with drone 0.8. + // compatibility with drone 0.8. // "CI_BUILD_NUMBER": fmt.Sprint(build.Number), "CI_PARENT_BUILD_NUMBER": fmt.Sprint(build.Parent),