aboutsummaryrefslogtreecommitdiffstats
path: root/src/redo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/redo.c')
-rw-r--r--src/redo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/redo.c b/src/redo.c
index b6046e2..514c235 100644
--- a/src/redo.c
+++ b/src/redo.c
@@ -37,7 +37,7 @@ int main(int argc, char *argv[]) {
if (!cwd)
fatal("redo: failed to obtain cwd");
if (setenv("REDO_ROOT", cwd, 0))
- fatal("redo: failed to setenv %s to %s", "REDO_ROOT", cwd);
+ fatal("redo: failed to setenv REDO_ROOT to %s", cwd);
free(cwd);
/* set REDO_MAGIC */