From 628fc1a931974e077c2a5afca4f7cf518eafa665 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 22 Feb 2025 14:27:41 +1100 Subject: fix --- main.fish | 1 + 1 file changed, 1 insertion(+) (limited to 'main.fish') diff --git a/main.fish b/main.fish index 5dbc043..4515f66 100755 --- a/main.fish +++ b/main.fish @@ -37,6 +37,7 @@ if test "$argv[1]" = scheme mkdir -p $C_STATE/scheme cp $src/data/schemes/$argv[2].txt $C_STATE/scheme/current.txt echo -n $argv[2] > $C_STATE/scheme/current-name.txt + log "Changed scheme to $argv[2]" else error "Invalid scheme: $argv[2]" end -- cgit v1.2.3-freya