Skip to content

Commit

Permalink
Correct 6b09319 to implement #16
Browse files Browse the repository at this point in the history
  • Loading branch information
lentendu committed Mar 7, 2018
1 parent 6b09319 commit e3424d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deltamp.main
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ fi
# Add account/project name to queueing commands
if [ ! -z $DELTAMP_ACCOUNT ]
then
sed 's/QUEUE_SUB/QUEUE_SUB QUEUE_ACCOUNT $DELTAMP_ACCOUNT/' $SUBPROJECT/config/steps.final > $SUBPROJECT/config/steps.final.tmp && mv $SUBPROJECT/config/steps.final.tmp $SUBPROJECT/config/steps.final
sed "s/QUEUE_SUB/QUEUE_SUB QUEUE_ACCOUNT $DELTAMP_ACCOUNT/" $SUBPROJECT/config/steps.final > $SUBPROJECT/config/steps.final.tmp && mv $SUBPROJECT/config/steps.final.tmp $SUBPROJECT/config/steps.final
fi

# Save variables about previous SUBPROJECT
Expand Down

0 comments on commit e3424d0

Please sign in to comment.