Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermooo committed Mar 25, 2015
1 parent b6e5368 commit e9bb530
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/Publish.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ $toDelete = @(

AbortIfGitNotAvailable
AbortIfDirtyWorkingDirectory
AbortIfNotOnMaster
# AbortIfNotOnMaster

try {
push-location $PSScriptRoot\..

remove-item -recurse $toDelete
remove-item -recurse $toDelete -exclude "Publish.ps1" -whatif

write-warning "commit the files, tag and push upstream"
}
Expand Down

0 comments on commit e9bb530

Please sign in to comment.