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 d8123e0 commit f0b08bbCopy full SHA for f0b08bb
src/managers/amper.rs
@@ -24,7 +24,7 @@ pub fn get_task_command_map() -> HashMap<String, String> {
24
task_command_map.insert("test".to_string(), format!("{} test", amper_command));
25
task_command_map.insert("clean".to_string(), format!("{} clean", amper_command));
26
if let Ok(code) = std::fs::read_to_string("./amper") {
27
- if !code.contains("amper_version=0.5.0") {
+ if !code.contains("amper_version=0.6.0") {
28
task_command_map.insert("self-update".to_string(), format!("{} update", amper_command));
29
}
30
0 commit comments