lighten schedule export

This commit is contained in:
Ruben Fiszel
2024-02-21 22:39:01 +01:00
parent d66596647b
commit f11aae013f
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -47,7 +47,9 @@ pub struct Schedule {
#[serde(skip_serializing_if = "Option::is_none")]
pub retry: Option<serde_json::Value>,
pub no_flow_overlap: bool,
#[serde(skip_serializing_if = "Option::is_none")]
pub summary: Option<String>,
#[serde(skip_serializing_if = "Option::is_none")]
pub tag: Option<String>,
}
+1 -1
View File
@@ -565,7 +565,7 @@ async function pull(opts: GlobalOptions & SyncOptions) {
log.info(
colors.gray(
"Computing the files to update locally to match remote (taking .wmillignore into account)"
"Computing the files to update locally to match remote (taking wmill.yaml into account)"
)
);
const remote = ZipFSElement(