aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-05-10 22:54:55 +0800
committerXan Lopez <xan@igalia.com>2012-05-10 22:56:00 +0800
commit5b4d9bb2bea81adda9b90b7fa1fe70c4c3199634 (patch)
tree6fb2ca8daa37e160fa2d76668371dd1fda5013cf /lib
parentb33944e8788011066aa546ad175335c077d2d31a (diff)
downloadgsoc2013-epiphany-5b4d9bb2bea81adda9b90b7fa1fe70c4c3199634.tar
gsoc2013-epiphany-5b4d9bb2bea81adda9b90b7fa1fe70c4c3199634.tar.gz
gsoc2013-epiphany-5b4d9bb2bea81adda9b90b7fa1fe70c4c3199634.tar.bz2
gsoc2013-epiphany-5b4d9bb2bea81adda9b90b7fa1fe70c4c3199634.tar.lz
gsoc2013-epiphany-5b4d9bb2bea81adda9b90b7fa1fe70c4c3199634.tar.xz
gsoc2013-epiphany-5b4d9bb2bea81adda9b90b7fa1fe70c4c3199634.tar.zst
gsoc2013-epiphany-5b4d9bb2bea81adda9b90b7fa1fe70c4c3199634.zip
ephy-profile-utils: fix migrator binary name
Mistakenly changed it to use underscores.
Diffstat (limited to 'lib')
-rw-r--r--lib/ephy-profile-utils.c2
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) {