Element in code being crossed out / has a strike through it

Hi, bit of a Katalon newbie, but trying to learn.

What I’m trying to do is is enable a particular Chrome extension within Katalon Studio, however, the final line of code is causing it to throw an error.

If the I remove the final line, it passes - so it’s obviously something to do with the ChromeDriver part. The reason shown is:

The driver executable does not exist: C:\Katalon_Studio_Windows_64-8.0.5\configuration\resources\rivers\chromedriver_win32\chromedriver.exe

However, it does because I literally copied the file path from the folder where Katalon sits. Has anyone got any ideas or suggestions? Cheers, pic below if that helps.

wrong:

The driver executable does not exist: 
C:\Katalon_Studio_Windows_64-8.0.5\configuration\resources\rivers\chromedriver_win32\chromedriver.exe

right:

C:\Katalon_Studio_Windows_64-8.0.5\configuration\resources\drivers\chromedriver_win32\chromedriver.exe

Please find a difference of a single character 'd'

Wow thank you so much. I copied the file path and tried moving the folder to different locations so thought it couldn’t have been that.

I feel dumb now haha. Cheers.