Skip to content

Commit

Permalink
fix default profile being applied incorrectly
Browse files Browse the repository at this point in the history
  • Loading branch information
echo-bravo-yahoo committed Nov 26, 2024
1 parent 61b71f2 commit 8315bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/config/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export function configParser(path) {

logger.debug(`Reading config from ${path}.`, "config");
const config = getConfig(path);
const argv = yargs(hideBin(argvInput)).options({
const argv = yargs(argvInput).options({
profile: {
default: "default",
type: "string",
Expand Down

0 comments on commit 8315bbd

Please sign in to comment.