Skip to content

Commit c4e92b6

Browse files
committed
fix: removed repoUrl variable from error message (#1885)
(cherry picked from commit 1f64773)
1 parent 30996b7 commit c4e92b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/k8s.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ export const waitTillGitRepoAvailable = async (repoUrl): Promise<void> => {
222222
// the ls-remote exist with zero even if repo is empty
223223
await $`git ls-remote ${repoUrl}`
224224
} catch (e) {
225-
d.warn(`The ${repoUrl} is not yet reachable. Retrying in ${retryOptions.maxTimeout} ms`)
225+
d.warn(`The values repository is not yet reachable. Retrying in ${retryOptions.maxTimeout} ms`)
226226
throw e
227227
}
228228
}, retryOptions)

0 commit comments

Comments
 (0)