File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ main() {
25
25
esac
26
26
27
27
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
29
29
chmod +x ./lib/coder-cloud-agent
30
30
else
31
31
echo " Failed to download cloud agent; --link will not work"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " code-server" ,
3
3
"license" : " MIT" ,
4
- "version" : " 3.6.1 " ,
4
+ "version" : " 3.6.2 " ,
5
5
"description" : " Run VS Code on a remote server." ,
6
6
"homepage" : " https://github.com/cdr/code-server" ,
7
7
"bugs" : {
You can’t perform that action at this time.
0 commit comments