Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems deleting connections from history #4

Closed
durzel opened this issue May 28, 2017 · 2 comments
Closed

Problems deleting connections from history #4

durzel opened this issue May 28, 2017 · 2 comments
Labels

Comments

@durzel
Copy link

durzel commented May 28, 2017

I'm having problems deleting connections from my history. I hold down Control and press Return (or click) on the connection I want to delete, the subheader says "Delete connection from history", but when pressing Return the list of connections just refreshes with no change to them (i.e. connection is not deleted).

I'm running the latest version 0.7.1 on a 2017 MacBook Pro 15" with Touch Bar.

@deanishe
Copy link
Owner

Silly error by me. If you crack open the lilac Run Script action titled Alternate Action: Forget connection from History and change this:

# Remove URL from History
./assh forget "$name" "$url"

to this:

# Remove URL from History
./assh forget "$url"

it works as intended.

@deanishe deanishe added the bug label May 29, 2017
@durzel
Copy link
Author

durzel commented May 31, 2017

Thanks, that works like a charm. Sorry for the delay responding.

@durzel durzel closed this as completed May 31, 2017
deanishe added a commit that referenced this issue Aug 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants