Skip to content

Commit

Permalink
refactor: KUBE_BOOT deps home
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed May 10, 2022
1 parent b6b31c5 commit eafa9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const path = require('path');
const fs = require('fs');
const homedir = require('os').homedir();
const KUBE_HOME = process.env['KUBE_HOME'] || `${homedir}/.kube`;
const KUBE_BOOT = process.env['KUBE_BOOT'] || `${homedir}/.kube/boot.sh`;
const KUBE_BOOT = `${KUBE_HOME}/boot.sh`;
const opts = { stdin: process.stdin, stdout: process.stdout };
const gpt = ['*', '!boot.sh'];
const gopts = { onlyFiles: true, cwd: KUBE_HOME };
Expand Down

0 comments on commit eafa9fe

Please sign in to comment.