Skip to content

Commit 4029d9f

Browse files
committed
add folder.svg from coder/coder and use it
1 parent 90c0de1 commit 4029d9f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.icons/folder.svg

Lines changed: 1 addition & 0 deletions
Loading

registry/coder-labs/modules/archive/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
display_name: Archive
33
description: Create automated and user-invocable scripts that archive and extract selected files/directories with optional compression (gzip or zstd).
4-
icon: ../../../../.icons/tool.svg
4+
icon: ../../../../.icons/folder.svg
55
verified: false
66
tags: [backup, archive, tar, helper]
77
---

registry/coder-labs/modules/archive/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ resource "coder_script" "archive_stop_script" {
119119
count = var.create_on_stop ? 1 : 0
120120
agent_id = var.agent_id
121121
display_name = "Archive"
122-
icon = "/icon/folder-zip.svg"
122+
icon = "/icon/folder.svg"
123123
run_on_stop = true
124124
start_blocks_login = false
125125

0 commit comments

Comments
 (0)