Skip to content

Commit c8ed2ed

Browse files
committed
appletManager.js: Fix typo.
1 parent c7ecb6d commit c8ed2ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/ui/appletManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ function _removeAppletConfigFile(uuid, instanceId) {
352352
];
353353

354354
for (let i = 0; i < config_paths.length; i++) {
355-
const config_path = array[i];
355+
const config_path = config_paths[i];
356356
let file = Gio.File.new_for_path(config_path);
357357
if (file.query_exists(null)) {
358358
try {

0 commit comments

Comments
 (0)