X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=blobdiff_plain;f=mig-bin%2Fmig-env;fp=mig-bin%2Fmig-env;h=dceec4f28150e6d06cd7f4d47d73d3684b790783;hp=ed066b120e61120beb10588b4ef488b5d45f8cd0;hb=fa772bcc79301ceb576bf0addb86a59a794c5f7d;hpb=96f1c7dc8276e6ea0a31549041eb056182003cbd diff --git a/mig-bin/mig-env b/mig-bin/mig-env index ed066b1..dceec4f 100755 --- a/mig-bin/mig-env +++ b/mig-bin/mig-env @@ -57,7 +57,7 @@ The name of the actual database containing the migration schema. This script may also setup a symlink from a specified Git repository to a scripts/ directory within the migration work directory. The default for this is -~/git/migration-work/past_migrations/MIGSCHEMA --> MIGWORKDIR/scripts +~/git/migration-work/MIGSCHEMA --> MIGWORKDIR/scripts It may also create the migration work directory if necessary. @@ -186,7 +186,7 @@ sub mig_env_create { $MIGWORKDIR = $migworkdir_default; } $MIGBASEGITDIR = "$HOME/git/migration-work/" unless $MIGBASEGITDIR; - my $miggitdir_default = "${MIGBASEGITDIR}past_migrations/$migration_schema/"; + my $miggitdir_default = "${MIGBASEGITDIR}/$migration_schema/"; print "git repo for migration-specific scripts (default $miggitdir_default): "; my $MIGGITDIR = ; chomp $MIGGITDIR;