From c994411e27485866997f22c2cf1e84981ff7b7bb Mon Sep 17 00:00:00 2001 From: lancebord Date: Tue, 3 Mar 2026 11:53:15 -0500 Subject: tagged and none update --- src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config.rs') 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" -- cgit v1.2.3-59-g8ed1b