We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ed2f9e commit 5745a99Copy full SHA for 5745a99
1 file changed
lib/porcelain/build-script.ts
@@ -45,7 +45,7 @@ export default async function(config: Config, PATH?: Path): Promise<string> {
45
export FORCE_UNSAFE_CONFIGURE=1
46
fi
47
mkdir -p $HOME
48
- ${flags().join('\n')}
+ ${FLAGS.join('\n')}
49
50
env -u GH_TOKEN -u GITHUB_TOKEN
51
0 commit comments