Fixed typo.

This commit is contained in:
Achim D. Brucker 2022-10-30 21:15:45 +00:00
parent 0aec98b95a
commit 943af164f4
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ clone_repo()
echo " * Switching to tag $TAG"
(cd $ISADOF_WORK_DIR && git checkout $TAG)
else
echo " * Not tag specified, using master branch"
echo " * No tag specified, using master branch"
fi
(cd $ISADOF_WORK_DIR && git show -s --format="COMMIT=%H%nDATE=%cd" --date=short | sed -e 's|-|/|g') >> $ISADOF_WORK_DIR/etc/settings