Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
rename default icon
Browse files Browse the repository at this point in the history
  • Loading branch information
petersutter committed Mar 7, 2020
1 parent b3b2eb0 commit d9ba2b9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion src/gardener/gardener-tree.js
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ function infraIcon (providerType) {
logo = `metal-${color}.svg`
break
default:
logo = `unknown-${color}.svg`
logo = `default-${color}.svg`
}
return vscode.Uri.file(path.join(__dirname, '..', 'assets', logo))
}
Expand Down

0 comments on commit d9ba2b9

Please sign in to comment.