Skip to content

Commit f57610b

Browse files
committed
debugging commit
Signed-off-by: Tarun Pothulapati <tarun@gitpod.io>
1 parent 0f9b73b commit f57610b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

install/preview/leeway.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ COPY install-preview-prettylog--app/prettylog /prettylog
1818

1919
COPY entrypoint.sh /entrypoint.sh
2020

21-
ENTRYPOINT [ "/tini", "--", "/entrypoint.sh" ]
21+
ENTRYPOINT ["/entrypoint.sh" ]

install/preview/prettylog/main.go

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ func confirm() bool {
4343
fmt.Print("Continue? [y|n]: ")
4444
scanner.Scan()
4545
input := strings.ToLower(scanner.Text())
46-
fmt.Println(input)
4746
// yes by default
4847
if input == "y" || input == "yes" || input == "" {
4948
return true

0 commit comments

Comments
 (0)