Skip to content

Commit c92ecb2

Browse files
committed
Fix path name
1 parent ad33ff7 commit c92ecb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ nix:
5252
name: darkfronza
5353
email: darkfronza@gmail.com
5454

55-
path: pkgs/{{.ProjectName}}/{{.ProjectName}_{{.Version}}.nix
55+
path: "pkgs/{{.ProjectName}}/{{.ProjectName}}_{{.Version}}.nix"
5656

5757
homepage: https://github.com/darkfronza/{{.ProjectName}}
5858
description: An alien invasion simulation tool

0 commit comments

Comments
 (0)