Skip to content

Commit

Permalink
fix tag script
Browse files Browse the repository at this point in the history
  • Loading branch information
eromano committed Jan 26, 2018
1 parent 43032c7 commit d09b893
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/npm-move-tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

eval projects=( "@alfresco/core"
"@alfresco/content-services"
"@alfresco/insights"
"@alfresco/process-services" )
eval projects=( "@alfresco/adf-core"
"@alfresco/adf-content-services"
"@alfresco/adf-insights"
"@alfresco/adf-process-services" )

show_help() {
echo "Usage: npm-clean.sh"
Expand Down

0 comments on commit d09b893

Please sign in to comment.