Revert "change default config file name"
This reverts commit eebd03bb4e.
This commit is contained in:
@@ -67,8 +67,8 @@ std::string getConfigPathFromCliArguments(int argc, char *argv[])
|
||||
configPath = optarg;
|
||||
break;
|
||||
default:
|
||||
std::cout << "No config path provided. Using default config path: $HOME/.config/usbMakroBoard.yaml\n";
|
||||
configPath = "$HOME/.config/usbMakroBoard.yaml";
|
||||
std::cout << "No config path provided. Using default config path: $HOME/.config/UsbMakroBoard.yaml\n";
|
||||
configPath = "$HOME/.config/UsbMakroBoard.yaml";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user