invaders: fix broken screenshot path

This commit is contained in:
Gregor Best 2008-11-06 16:00:26 +01:00 committed by Julien Danjou
parent 7c9a26cc0b
commit eb20df8dfc
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ function keyhandler(mod, key)
elseif key == " " then
player.fire()
elseif key == "s" then
awful.util.spawn("import -window root "..gamedata.cachedir.."/awesome/invaders-"..os.time()..".png")
awful.util.spawn("import -window root "..gamedata.cachedir.."/invaders-"..os.time()..".png")
end
end
return true