aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.rs
diff options
context:
space:
mode:
authorGravatar lancebord 2026-03-03 11:53:15 -0500
committerGravatar lancebord 2026-03-03 11:53:15 -0500
commitc994411e27485866997f22c2cf1e84981ff7b7bb (patch)
tree56d59cbb47b383223524e10eccb0f98800fa529a /src/config.rs
parentremove dependencies field (diff)
tagged and none update
Diffstat (limited to '')
-rw-r--r--src/config.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.rs b/src/config.rs
index 0339739..af5b084 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -80,7 +80,7 @@ pub fn create_config(package: &str) -> Result<(), String> {
let template = format!(
r#"# {package} configuration
-update = "live" # no | live | tagged
+update = "live" # none | live | tagged
[hooks]
build = "make"