Skip to content

Commit 37b87dd

Browse files
authored
Merge pull request #2264 from cdr/v3.6.2
v3.6.2
2 parents e07a591 + 9bde62f commit 37b87dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/build/npm-postinstall.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ main() {
2525
esac
2626

2727
OS="$(uname | tr '[:upper:]' '[:lower:]')"
28-
if curl -fsSL "https://storage.googleapis.com/coder-cloud-releases/agent/latest/$OS/cloud-agent" -o ./lib/coder-cloud-agent ; then
28+
if curl -fsSL "https://storage.googleapis.com/coder-cloud-releases/agent/latest/$OS/cloud-agent" -o ./lib/coder-cloud-agent; then
2929
chmod +x ./lib/coder-cloud-agent
3030
else
3131
echo "Failed to download cloud agent; --link will not work"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "code-server",
33
"license": "MIT",
4-
"version": "3.6.1",
4+
"version": "3.6.2",
55
"description": "Run VS Code on a remote server.",
66
"homepage": "https://github.com/cdr/code-server",
77
"bugs": {

0 commit comments

Comments
 (0)