diff options
author | Ayush Agarwal <ayushnix@fastmail.com> | 2023-03-23 01:16:02 +0530 |
---|---|---|
committer | Ayush Agarwal <ayushnix@fastmail.com> | 2023-03-23 01:16:02 +0530 |
commit | 142c786af22d0e20bfbf7ec1a0e9d3497727a5b6 (patch) | |
tree | e988c5e5c64b98ec7a3ae45dd5912f4201f6d9d1 | |
parent | 3224624c56954ce2fc771e31cb73739049ffb3d4 (diff) |
patch: update the patch file to update context
-rw-r--r-- | explicit_path.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/explicit_path.patch b/explicit_path.patch index b17c6fa..f59ba76 100644 --- a/explicit_path.patch +++ b/explicit_path.patch @@ -1,12 +1,12 @@ diff --git a/tessen b/tessen -index 609ed09..bfeacf2 100755 +index 37d2660..375f34f 100755 --- a/tessen +++ b/tessen @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/bash # SPDX-License-Identifier: GPL-2.0-only - # Copyright (C) 2021-2022 Ayush Agarwal <ayushnix at fastmail dot com> + # Copyright (C) Ayush Agarwal <ayush at ayushnix dot com> # @@ -7,6 +7,9 @@ # tessen - a data selection interface for pass and gopass on Wayland |