Skip to content

Commit

Permalink
fix nightly promote script
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Sep 1, 2015
1 parent 3d90a74 commit d0ff6ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup/www/tools/promote/promote_nightly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ fi
srcdir=$nightly_srcdir
dstdir=$nightly_dstdir

. ${__dirname}/_promote.sh $site $2
. ${__dirname}/_promote.sh $site

srcdir=$next_nightly_srcdir
dstdir=$next_nightly_dstdir

. ${__dirname}/_promote.sh $site $2
. ${__dirname}/_promote.sh $site

0 comments on commit d0ff6ad

Please sign in to comment.