Set path on happy install path

This commit is contained in:
Ana Hobden 2023-07-13 11:29:35 -07:00
parent 3d54c0c487
commit 47de24d14a

View file

@ -293,7 +293,7 @@ class NixInstallerAction {
// Normal just doing of the install
const binary_path = await this.fetch_binary();
await this.execute_install(binary_path);
// TODO: Add `this.set_github_path()` and remove that from the installer crate
this.set_github_path();
}
set_github_path(): void {