Skip to content

Commit c34aea3

Browse files
committed
v0.0.3 release prep
1 parent d73bd4d commit c34aea3

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Windows, macOS/OS X, and GNU/Linux are supported.
1616
sdt command [command options] [arguments...]
1717

1818
VERSION:
19-
0.0.1
19+
0.0.3
2020

2121
COMMANDS:
2222
admin, a Open admin pages

cmd/cmd.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ func lookupAccessToken(shop, token string) string {
4545
}
4646

4747
out, err := exec.Command(match[1], shop).Output()
48+
// FIXME: return an error. Exit should be done in caller
4849
if err != nil {
4950
fmt.Fprintf(os.Stderr, "access token command failed: %s\n", err)
5051
os.Exit(2)

sdt.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
"github.com/ScreenStaring/shopify-dev-tools/cmd/webhooks"
1414
)
1515

16-
const version = "0.0.2"
16+
const version = "0.0.3"
1717

1818
func main() {
1919
app := &cli.App{

0 commit comments

Comments
 (0)