Skip to content

Commit

Permalink
Fix typo in var name
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibaud Franchetti committed Jan 22, 2021
1 parent 1d5fd92 commit 39a03df
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 39a03df

Please sign in to comment.