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
If gm.toml is missing some entries, default values should kick in. (For example the default value for global.home_dir is $HOME/.gm) But instead the missing values are considered empty.
Version
0.0.2
Steps to Reproduce
delete the global.home_dir value from gm.toml.
Run gm status
All running nodes will show as non-running (which is not the case but the app couldn't find the node folders)
Acceptance Criteria
The above command executes correctly.
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate milestone (priority) applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
Crate
scripts (gm)
Summary of Bug
If gm.toml is missing some entries, default values should kick in. (For example the default value for
global.home_dir
is$HOME/.gm
) But instead the missing values are considered empty.Version
0.0.2
Steps to Reproduce
global.home_dir
value fromgm.toml
.gm status
Acceptance Criteria
The above command executes correctly.
For Admin Use
The text was updated successfully, but these errors were encountered: