We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6446bec commit e845e83Copy full SHA for e845e83
src/managers/amper.rs
@@ -23,7 +23,7 @@ pub fn get_task_command_map() -> HashMap<String, String> {
23
task_command_map.insert("test".to_string(), format!("{} test", amper_command));
24
task_command_map.insert("clean".to_string(), format!("{} clean", amper_command));
25
if let Ok(code) = std::fs::read_to_string("./amper") {
26
- if !code.contains("amper_version=0.7.0") {
+ if !code.contains("amper_version=0.9.1") {
27
task_command_map.insert(
28
"self-update".to_string(),
29
format!("{} update", amper_command),
0 commit comments