Skip to content

Commit 20ddc21

Browse files
committed
[fix] incorrect path resolution to gpg
1 parent 5b17911 commit 20ddc21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/processing/postprocess.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1717
************************************************************************ */
1818

19-
import { GpgWrapper } from '@/crypto/gpg';
19+
import { GpgWrapper } from '../crypto/gpg';
2020
import type { Config } from '../config/Config';
2121

2222
import Debug from 'debug';

0 commit comments

Comments
 (0)