We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0cbab2 commit c27f1cfCopy full SHA for c27f1cf
Monitoring/monitor-ontap-services/updateMonOntapServiceCFTemplate
@@ -27,7 +27,6 @@ if diff -w $tmpfile1 $tmpfile2 > /dev/null; then
27
fi
28
#
29
# Get the number of commits in the git history for the file to calculate the minor version number.
30
-git log "$file"
31
minorVersionNum="$(git log "$file" | egrep '^commit' | wc -l)"
32
if [ -z "$minorVersionNum" ]; then
33
echo "Failed to calculate version number." 1>&2
0 commit comments