Skip to content

Commit c5613be

Browse files
correcting errors
1 parent 8aa22b2 commit c5613be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/powershell/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ install_using_github() {
294294
fi
295295
if [ "${architecture}" = "amd64" ]; then
296296
architecture="amd64"
297-
elif [ "${architecture}" = "x86_64"]; then
297+
elif [ "${architecture}" = "x86_64" ]; then
298298
architecture="x86_64"
299299
else
300300
architecture="x64"

0 commit comments

Comments
 (0)