Skip to content

Commit

Permalink
Fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
lauft committed Jul 31, 2018
1 parent 1dcefd6 commit 9489ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/CmdUndo.cpp
Expand Up @@ -91,7 +91,7 @@ int CmdUndo (Rules& rules, Database& database)
}
else
{
throw format ("Unknown undo action type '{}'", type);
throw format ("Unknown undo action type '{1}'", type);
}
}

Expand Down

0 comments on commit 9489ed5

Please sign in to comment.