Skip to content

Commit 26e5781

Browse files
committed
fix log message
1 parent 3ee2467 commit 26e5781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kubero.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ export class Kubero {
243243
debug.log('create App: '+app.name+' in '+ app.pipeline+' phase: '+app.phase + ' deploymentstrategy: '+app.deploymentstrategy);
244244

245245
if ( process.env.KUBERO_READONLY == 'true'){
246-
console.log('KUBERO_READONLY is set to true, not deleting app');
246+
console.log('KUBERO_READONLY is set to true, not creating app');
247247
return;
248248
}
249249

0 commit comments

Comments
 (0)