Fix typo in build script
This commit is contained in:
@@ -4,7 +4,7 @@ set -e
|
||||
workdir=`pwd`
|
||||
sources=$workdir/sts4/vscode-extensions/$extension_id
|
||||
|
||||
version= `cat version/version`
|
||||
version=`cat version/version`
|
||||
echo "extension_id=${extension_id}"
|
||||
echo "version=${version}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user