Skip to content

Commit

Permalink
Merge pull request #77 from ChatDeBlofeld/fix-typo-version-tag
Browse files Browse the repository at this point in the history
Fix typo in var name
  • Loading branch information
jobenvil authored Jan 22, 2021
2 parents 1d5fd92 + 39a03df commit 0bff285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ build_seafobj()
(set -x; git clone https://github.com/haiwen/seafobj.git)
cd seafobj
fi
(set -x; git reset --hard $VERSTION_TAG)
(set -x; git reset --hard $VERSION_TAG)
(set -x; make dist)
cd $SCRIPTPATH
}
Expand Down

0 comments on commit 0bff285

Please sign in to comment.