Skip to content
This repository was archived by the owner on May 15, 2019. It is now read-only.

Commit 508ccfc

Browse files
committed
Merge pull request voxpupuli#181 from petems/linting_fixes
Linting Fixes
2 parents 1f35f5c + b95ef5e commit 508ccfc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

manifests/pyvenv.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,6 @@
9797
purge => true,
9898
}
9999
} else {
100-
fail( "Illegal ensure value: $ensure. Expected (present or absent)")
100+
fail( "Illegal ensure value: ${ensure}. Expected (present or absent)")
101101
}
102102
}

manifests/virtualenv.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@
133133
default => 'setuptools',
134134
}
135135
$pypi_index = $index ? {
136-
false => '',
137-
default => "-i ${index}",
136+
false => '',
137+
default => "-i ${index}",
138138
}
139139

140140
# Python 2.6 and older does not support setuptools/distribute > 0.8 which

0 commit comments

Comments
 (0)