mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-21 01:42:26 +00:00
Merge pull request #2412 from balena-io/pp/issue-2411
Removed hardcoded 'balenaCloud' in console message.
This commit is contained in:
commit
a6dfc9126a
@ -406,7 +406,7 @@ async function getRemoteBuildStream(
|
||||
if (process.stdout.isTTY) {
|
||||
const visuals = getVisuals();
|
||||
uploadSpinner = new visuals.Spinner(
|
||||
'Uploading source package to balenaCloud',
|
||||
`Uploading source package to ${new URL(builderUrl).origin}`,
|
||||
);
|
||||
(uploadSpinner as any).start();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user