Skip to content

Commit 3602de2

Browse files
committed
Fix Go cache files
1 parent c87203f commit 3602de2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tui/add.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ impl DeployerProjectOptions {
5555
.extend([PathBuf::from("Cargo.lock"), PathBuf::from("target")].into_iter()),
5656
"go" => self
5757
.cache_files
58-
.extend([PathBuf::from("go.sum"), PathBuf::from("vendor")].into_iter()),
58+
.extend([PathBuf::from("vendor")].into_iter()),
5959
"python" => self
6060
.cache_files
6161
.extend([PathBuf::from("__pycache__"), PathBuf::from("dist")].into_iter()),

0 commit comments

Comments
 (0)