You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"update `config.toml` to use `change-id = {latest_config_id}` instead"
134
142
));
143
+
144
+
t!(fs::write(warned_id_path, id.to_string()));
135
145
}
136
146
}else{
137
147
msg.push_str("WARNING: The `change-id` is missing in the `config.toml`. This means that you will not be able to track the major changes made to the bootstrap configurations.\n");
0 commit comments