summaryrefslogtreecommitdiff
path: root/dryrun.go
blob: 037f0a965c15ceba5a69306cdb1fcb091aeab550 (plain)
1
2
3
4
5
6
7
package prep

// think about using something like this

func DryRun() bool {
	return false
}