From f1d3a4b36cd0b170333b274906de44e1b23461fb Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 17 Jan 2022 12:25:02 +0100 Subject: Fix tools. --- tools/editgame.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/editgame.sh') diff --git a/tools/editgame.sh b/tools/editgame.sh index 7f21fcb..2638f45 100644 --- a/tools/editgame.sh +++ b/tools/editgame.sh @@ -1,7 +1,7 @@ #!/bin/bash if [ -n "$1" -a -n "$VISUAL" ] then - sqlite3 db "update games set state=edit(state) where game_id = $1" + sqlite3 db "update game_state set state=edit(state) where game_id = $1" else echo "usage: bash tools/editgame.sh GAME" echo "note: \$VISUAL must be set to your preferred editor" -- cgit v1.2.3