Skip to content

Commit dd784f5

Browse files
committed
set to current path
1 parent e9933b4 commit dd784f5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ install_id
1313

1414
# Rattler
1515
output
16+
recipes/recipe.yaml
1617

1718
# misc
1819
.vscode

recipes/recipe.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ package:
88
version: {{VERSION}}
99

1010
source:
11-
- path: ../lightbug_http
12-
- path: ../{{LICENSE_FILE}}
11+
- path: ./lightbug_http
12+
- path: ./{{LICENSE_FILE}}
1313

1414
build:
1515
script:

0 commit comments

Comments
 (0)