diff --git a/Introduction-to-JOJ3.md b/Introduction-to-JOJ3.md index a88d22d..34fb1b0 100644 --- a/Introduction-to-JOJ3.md +++ b/Introduction-to-JOJ3.md @@ -81,7 +81,7 @@ JOJ3 doesn't change the way to handle (open, create, review, and approve) Pull R Add the following to your `.bashrc` ```bash -jojsubmit() { scope=$1; shift; git commit --allow-empty -m"test($scope): joj $@" && git push; } +jojsubmit() { scope=$1; shift; git commit --allow-empty -m"test($scope): joj $@" && git push; } alias joj-submit=jojsubmit ```