diff --git a/docs/howto_writecook.md b/docs/howto_writecook.md index 887cb63..69c98c9 100644 --- a/docs/howto_writecook.md +++ b/docs/howto_writecook.md @@ -64,7 +64,7 @@ Inside of a Cook, you can use a simple IF query: | W/L | IF64BIT | When computer is running a 64 Bit operating system | | W/L | IF32BIT | When computer is running a 32 Bit operating system | | W/L | IFWINDOWS | When computer is running Windows | -| W/L | IFCOMPUTERNAME | When computer name is Name | +| W/L | IFCOMPUTERNAME | When computer name is Name | | W/L | IFLINUX | When computer is running Linux | | L | IFBASH | When bash command returns True | | W/L | ELSE | Else of IF... |