Skip to content

Commit

Permalink
Fix import path in index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
K1NXZ committed Nov 17, 2023
1 parent 32adc15 commit e6cdb85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { decrypt, encrypt } from './lib/encryption.js'
import { fromBase58, toBase58 } from './lib/base58.js'
import ncp from 'copy-paste'
import untildify from 'untildify'
import { fetchCommand } from 'lib/command.js'
import { fetchCommand } from './lib/command.js'

const program = new Command().name('envshare-cli').version('1.0.0')

Expand Down

0 comments on commit e6cdb85

Please sign in to comment.