Skip to content

Commit

Permalink
restore test.
Browse files Browse the repository at this point in the history
  • Loading branch information
casey-rapnicki-bixal committed Feb 26, 2024
1 parent e889b18 commit 23d9631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cloud-gov-remote-command.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ PATH=$PATH:/home/vcap/app/php/bin:/home/vcap/app/vendor/drush/drush

echo "Running command: '$(echo ${command} | cut -d' ' -f1,2)'..."
{
cf ssh ${application} -c "PATH=${PATH}; ${command}"
cf ssh ${application} -c "${command}"
} >/dev/null 2>&1

0 comments on commit 23d9631

Please sign in to comment.