Skip to content

Commit 0f45c72

Browse files
committed
Make the example script fit in 80x25 once again
1 parent d89d3cb commit 0f45c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/LuaWatcom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
echo "else timeOfDay = 'day'" >> example.lua
5959
echo "end" >> example.lua
6060
echo "" >> example.lua
61-
echo "-- Concatenate and print timeOfDay and Lua version to screen as part of a greeting" >> example.lua
61+
echo "-- Concatenate timeOfDay & Lua version to as part of a greeting" >> example.lua
6262
echo "print('Good ' .. timeOfDay .. ' from ' .. _VERSION .. '.')" >> example.lua
6363
echo "" >> example.lua
6464
echo "os.exit() -- Exit script. Will also exit a interactive shell" >> example.lua

0 commit comments

Comments
 (0)