hostctl 0.1.35 → 0.1.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bin/hostctl.js +1 -1
- package/dist/bin/hostctl.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2552,7 +2552,7 @@ import process3 from "process";
|
|
|
2552
2552
|
import * as cmdr from "commander";
|
|
2553
2553
|
|
|
2554
2554
|
// src/version.ts
|
|
2555
|
-
var version = "0.1.
|
|
2555
|
+
var version = "0.1.36";
|
|
2556
2556
|
|
|
2557
2557
|
// src/cli.ts
|
|
2558
2558
|
import JSON5 from "json5";
|
|
@@ -5499,7 +5499,7 @@ ${marker_end}`;
|
|
|
5499
5499
|
return { changed: true, success: result.success };
|
|
5500
5500
|
} else {
|
|
5501
5501
|
const stdin = `${line}${KeySequence.NEWLINE}${KeySequence.CTRL_D}`;
|
|
5502
|
-
info(`Appending line with tee: '${
|
|
5502
|
+
info(`Appending line with tee: '${stdin}'`);
|
|
5503
5503
|
const result = await exec([...sudoPrefix, "tee", "-a", file], { sudo, stdin });
|
|
5504
5504
|
if (!result.success) {
|
|
5505
5505
|
info(`tee command failed. stderr: ${result.stderr}`);
|