diff options
-rw-r--r-- | lib/ephy-profile-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-profile-utils.c b/lib/ephy-profile-utils.c index 3fd3c525c..1aa5fcd95 100644 --- a/lib/ephy-profile-utils.c +++ b/lib/ephy-profile-utils.c @@ -194,7 +194,7 @@ ephy_profile_utils_do_migration (int test_to_run, gboolean debug) GError *error = NULL; char *index = NULL, *path = NULL; int status; - char *argv[3] = { "ephy_profile_migrator" }; + char *argv[3] = { "ephy-profile-migrator" }; char *envp[1] = { "EPHY_LOG_MODULES=ephy-profile" }; if (test_to_run != -1) { |