Skip to content

Commit f7d476d

Browse files
author
Arduino Board
committed
fixed bug in the URL that appears in the output window
1 parent cffb965 commit f7d476d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/processing/app/Editor.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -2374,7 +2374,7 @@ private void uploadToGitHub(String serialNumber) {
23742374
//edit the current gist
23752375
file.setContent(sketch.getCurrentCode().getProgram());
23762376
String filename = new String(sketch.getCurrentCode().getPrettyName()+".pde");
2377-
//remove old files
2377+
//remove old files (get rid of this feature if we want to save multiple projects)
23782378
for (String key : gist.getFiles().keySet()) {
23792379
if(!key.equals(filename)){
23802380
service.updateGist(gist.setFiles(Collections.singletonMap(key, new GistFile())));

0 commit comments

Comments
 (0)