Skip to content

Commit

Permalink
Tweaks to Terminal file. URIs and such.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwill committed Apr 28, 2012
1 parent 4b8c750 commit 1a4f8f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/public/Terminal.dart
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class Terminal {
// Redis Commands
createJSONAndSendRequest(String cmd, args) {
Map a = new Map();
a['cmd'] = 'get';
a['cmd'] = cmd;
a['args'] = args;
var o = JSON.stringify(a);
var request = sendRequest("POST", "/exec", o, processResponse, processResponse);
Expand Down

0 comments on commit 1a4f8f0

Please sign in to comment.