Skip to content

Commit

Permalink
Fix the ahoy dkan uli output (#1725)
Browse files Browse the repository at this point in the history
* Fix the `ahoy dkan uli` output

This change was reviewed and introduced initially to dkan_starter
GetDKAN/dkan_starter#86

The previous `ahoy dkan uli` output is plagued with extra space that made it
difficult to strait copy and paste the command output.

* Add CHANGELOG line

* Update CHANGELOG.txt
  • Loading branch information
rhabbachi authored and MSolv committed Apr 26, 2017
1 parent 78ef835 commit dba664e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .ahoy/dkan.ahoy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,7 @@ commands:
uli:
usage: log into the
cmd: |
uli=$(ahoy drush uli {{args}} | sed 's/^http.*\/default\/\(.*$\)/\1/g')
url="$(ahoy docker url)/$uli"
url=$(ahoy drush --uri="$(ahoy docker url)" uli {{args}})
os=$(uname)
if [ "$os" = "Darwin" ]; then
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
7.x-1.14.x
----------
- #1725 Fix `ahoy dkan uli` output login link.
- #1881 Fix yaml syntaxt to make it standard.
- #1853 Update chart documentation.
- #1839 Add help text and improve UI on the chart form for better clarity.
Expand Down

0 comments on commit dba664e

Please sign in to comment.