Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sqshq committed Aug 4, 2019
1 parent 195b9df commit 8cd5465
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ sudo chmod +x /usr/local/bin/sampler
sudo wget https://github.com/sqshq/sampler/releases/download/v1.0.0/sampler-1.0.0-linux-amd64 -O /usr/local/bin/sampler
sudo chmod +x /usr/local/bin/sampler
```
### Windows
### Windows (experimental)
Recommended to use with advanced console emulators, e.g. [Cmder](https://cmder.net/)

[Download .exe](https://github.com/sqshq/sampler/releases/download/v1.0.0/sampler-1.0.0-windows-amd64.exe)
Expand Down
2 changes: 1 addition & 1 deletion console/console.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const (
ColumnsCount = 80
RowsCount = 40
AppTitle = "sampler"
AppVersion = "1.0.0"
AppVersion = "1.0.1"
AppLicenseWarning = "UNLICENSED. FOR NON-COMMERCIAL USE ONLY. VISIT WWW.SAMPLER.DEV"
)

Expand Down
5 changes: 0 additions & 5 deletions data/int_basic.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ func (s *BasicInteractiveShell) init() error {
cmd := exec.Command("sh", "-c", s.item.initScripts[0])
enrichEnvVariables(cmd, s.variables)

err := cmd.Wait()
if err != nil {
return err
}

stdout, err := cmd.StdoutPipe()
if err != nil {
return err
Expand Down

0 comments on commit 8cd5465

Please sign in to comment.