diff mbox

Snapcraft: fix typo in path

Message ID 20170510152232.24337-1-colin.king@canonical.com
State Accepted
Headers show

Commit Message

Colin Ian King May 10, 2017, 3:22 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

Fickle fingers, I managed to make a typo in the path variable

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 snapcraft.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Alex Hung May 11, 2017, 1:24 a.m. UTC | #1
On 2017-05-10 08:22 AM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> Fickle fingers, I managed to make a typo in the path variable
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  snapcraft.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/snapcraft.yaml b/snapcraft.yaml
> index c35a78df..5179c587 100644
> --- a/snapcraft.yaml
> +++ b/snapcraft.yaml
> @@ -24,4 +24,4 @@ apps:
>      fwts:
>          command: bin/fwts
>          environment:
> -            LD_LIBRARY_PATH: $LD_LIBRART_PATH:$SNAP/lib/fwts
> +            LD_LIBRARY_PATH: $LD_LIBRARY_PATH:$SNAP/lib/fwts
>

Acked-by: Alex Hung <alex.hung@canonical.com>
Ivan Hu May 23, 2017, 6:50 a.m. UTC | #2
On 05/10/2017 11:22 PM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> Fickle fingers, I managed to make a typo in the path variable
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>   snapcraft.yaml | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/snapcraft.yaml b/snapcraft.yaml
> index c35a78df..5179c587 100644
> --- a/snapcraft.yaml
> +++ b/snapcraft.yaml
> @@ -24,4 +24,4 @@ apps:
>       fwts:
>           command: bin/fwts
>           environment:
> -            LD_LIBRARY_PATH: $LD_LIBRART_PATH:$SNAP/lib/fwts
> +            LD_LIBRARY_PATH: $LD_LIBRARY_PATH:$SNAP/lib/fwts
Acked-by: Ivan Hu <ivan.hu@canonical.com>
diff mbox

Patch

diff --git a/snapcraft.yaml b/snapcraft.yaml
index c35a78df..5179c587 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -24,4 +24,4 @@  apps:
     fwts:
         command: bin/fwts
         environment:
-            LD_LIBRARY_PATH: $LD_LIBRART_PATH:$SNAP/lib/fwts
+            LD_LIBRARY_PATH: $LD_LIBRARY_PATH:$SNAP/lib/fwts