Skip to content

Commit

Permalink
11 - less verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
twardnw committed Jul 30, 2018
1 parent 6967b7e commit 235c3b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/php/cli/55-cli-helpers.sh
@@ -1,9 +1,9 @@
#!/bin/sh

dsql () {
drush sql-sync $1 default -d -v
drush sql-sync $1 default
}

dfiles () {
drush rsync $1:%files default:%files -d -v
drush rsync $1:%files default:%files
}

0 comments on commit 235c3b6

Please sign in to comment.