Commit 7061124
committed
scripts/release: Fix path when GPG signing
The DEST var is relative to the repo root where the script is run from
so does not need .. in front. The git command above is relative to the
component subdir so does need the ..
Signed-off-by: Jason Zaman <jason@perfinion.com>1 parent e0f25a1 commit 7061124
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments