Skip to content

Commit

Permalink
Release fix for #4
Browse files Browse the repository at this point in the history
  • Loading branch information
deanishe committed Aug 7, 2017
1 parent 146bfd9 commit 7471e5a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cmd/assh/assh.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ import (

"os/exec"

"git.deanishe.net/deanishe/awgo"
"github.com/deanishe/alfred-ssh"
"github.com/docopt/docopt-go"
"gogs.deanishe.net/deanishe/awgo"
)

// Name of background job that checks for updates
Expand Down
6 changes: 4 additions & 2 deletions info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,8 @@
<dict>
<key>alfredfiltersresults</key>
<false/>
<key>argumenttrimmode</key>
<integer>0</integer>
<key>argumenttype</key>
<integer>1</integer>
<key>escaping</key>
Expand Down Expand Up @@ -528,7 +530,7 @@ variables=
<integer>102</integer>
<key>script</key>
<string># Remove URL from History
./assh forget "$name" "$url"
./assh forget "$url"
# Send query to next action
echo -n "$query"</string>
Expand Down Expand Up @@ -910,7 +912,7 @@ Enabled by default. Set EXTERNAL_TRIGGER=1 in the Configuration Sheet to disable
<string></string>
</dict>
<key>version</key>
<string>0.7.1</string>
<string>0.7.2</string>
<key>webaddress</key>
<string>https://github.com/deanishe/alfred-ssh</string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions modd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ icons/*.png {
prep: bin/build-workflow.zsh -c
}

**/*.go bin/build-workflow.zsh /Users/daj/src/gogs.deanishe.net/deanishe/awgo/**.go {
**/*.go bin/build-workflow.zsh /Users/daj/src/git.deanishe.net/deanishe/awgo/**.go {
# prep: echo @mods
# prep: go build -v gogs.deanishe.net/deanishe/awgo
# prep: go build -v git.deanishe.net/deanishe/awgo
prep: go test -v && bin/build-workflow.zsh
prep: ./assh search toot > /dev/null
}

0 comments on commit 7471e5a

Please sign in to comment.