Skip to content

Commit 3875aa7

Browse files
committed
configure: remove trailing whitespace
Problem: There is some lingering trailing whitespace in configure.ac. Remove it.
1 parent 5b99f1c commit 3875aa7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

configure.ac

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ AS_IF([printf "%d.%d.%d" ${AX_MAJOR_VERSION} ${AX_MINOR_VERSION} ${AX_POINT_VERS
4444
version_err_msg="
4545
VERSION ${VERSION} is invalid.
4646
Try the following to remedy this:
47-
48-
1. Run \`git fetch --tags\` before building. Versions in
47+
48+
1. Run \`git fetch --tags\` before building. Versions in
4949
flux-core are derived from \`git describe\` which uses
5050
the most recent tag.
51-
2. If you are running remote CI in a fork of the main repository,
51+
2. If you are running remote CI in a fork of the main repository,
5252
try pushing the upstream tags to your fork with
53-
\`git push --tags <your_remote>\` to make sure tags are
53+
\`git push --tags <your_remote>\` to make sure tags are
5454
synchronized in your fork.
5555
3. Set the variable manually, with FLUX_VERSION=<version>
5656
in your environment.

0 commit comments

Comments
 (0)