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() {
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"
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments