diff options
author | Rene Ladan <rene@FreeBSD.org> | 2022-12-04 11:29:43 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2022-12-04 11:29:43 +0000 |
commit | 282db8d4189a09a4b89079e9ee62ba1122e59756 (patch) | |
tree | 2a9f2d0489cb9ea022a70518bea527063595e1b5 /Tools | |
parent | c51816f6960f111eb61727e02fe892b657d7f10d (diff) |
Diffstat (limited to 'Tools')
-rwxr-xr-x | Tools/scripts/rmport | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/rmport b/Tools/scripts/rmport index b8757712bacf..30d8e219441d 100755 --- a/Tools/scripts/rmport +++ b/Tools/scripts/rmport @@ -366,7 +366,7 @@ else cd "${git_dir}/.." || exit 1 fi if ! ${GIT} diff --exit-code remotes/origin/main ; then - echo "you have local commits, exiting" >&2 + echo "you have local commits or are behind origin/main, exiting" >&2 exit 65 fi |