libexec/migrate in alpha_omega-0.0.155 vs libexec/migrate in alpha_omega-0.0.156

- old
+ new

@@ -187,10 +187,13 @@ fi } 2>&1 | grep eea914aaa8dde6fdae29242b1084a2b0415eefaf | sed 's#eea914aaa8dde6fdae29242b1084a2b0415eefaf ##' ;; bump) + if [[ -z $1 ]]; then + set patch + fi bump_version "$@" ;; *) LOCAL_ONLY= @@ -293,10 +296,11 @@ elif [[ -n $migration ]]; then echo "running migration $migratio" elif [[ -n $want_list ]]; then echo "listing migrations" fi - #bundle exec cap "$@" deploy:migrate + + bundle exec cap "$@" deploy:migrate ;; *) bundle exec cap "$@" ;;