Fixing build issue in image module

This commit is contained in:
Anuragh K P 2023-01-29 19:13:01 +05:30
parent 012baadaca
commit 7554d7f071
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ auto waybar::modules::Image::update() -> void {
{
path_ = config_["path"].asString();
}
else if(config_['exec'].isString())
else if(config_["exec"].isString())
{
output_ = util::command::exec(config_["exec"].asString());
path_ =output_.out;