We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b17911 commit 20ddc21Copy full SHA for 20ddc21
1 file changed
src/processing/postprocess.ts
@@ -16,7 +16,7 @@
16
* along with this program. If not, see <http://www.gnu.org/licenses/>.
17
************************************************************************ */
18
19
-import { GpgWrapper } from '@/crypto/gpg';
+import { GpgWrapper } from '../crypto/gpg';
20
import type { Config } from '../config/Config';
21
22
import Debug from 'debug';
0 commit comments