Skip to content

Commit

Permalink
chore: build
Browse files Browse the repository at this point in the history
owojcikiewicz committed Mar 10, 2024
1 parent 10714be commit 90acbb1
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
@@ -27204,7 +27204,7 @@ const getPortainerConfig = () => {
};
const getEnv = () => {
const raw = input('env-file', true);
return (0, parse_env_string_1.parseEnvString)(raw);
return (0, parse_env_string_1.default)(raw);
};
const getStackConfig = () => {
const path = input('stack-compose-path', true);
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit 90acbb1

Please sign in to comment.