mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
fix(cli): fix pushing non existing apps with cli
This commit is contained in:
@@ -45,7 +45,9 @@ export async function pushApp(
|
||||
} catch {
|
||||
//ignore
|
||||
}
|
||||
app.policy = undefined;
|
||||
if (app) {
|
||||
app.policy = undefined;
|
||||
}
|
||||
|
||||
if (!localPath.endsWith(SEP)) {
|
||||
localPath += SEP;
|
||||
|
||||
Reference in New Issue
Block a user