Skip to content

Commit 1f64773

Browse files
authored
fix: removed repoUrl variable from error message (#1885)
1 parent 4ab74e0 commit 1f64773

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
@@ -253,7 +253,7 @@ export const waitTillGitRepoAvailable = async (repoUrl): Promise<void> => {
253253
// the ls-remote exist with zero even if repo is empty
254254
await $`git ls-remote ${repoUrl}`
255255
} catch (e) {
256-
d.warn(`The ${repoUrl} is not yet reachable. Retrying in ${retryOptions.maxTimeout} ms`)
256+
d.warn(`The values repository is not yet reachable. Retrying in ${retryOptions.maxTimeout} ms`)
257257
throw e
258258
}
259259
}, retryOptions)

0 commit comments

Comments
 (0)