Skip to content

Commit 10ac2b9

Browse files
authored
Fix command execution
1 parent 21ef62d commit 10ac2b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dataverse/templates/pp-solution/.template.scripts/InitializeSolution.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Initialize a Dataverse solution project using PAC CLI
2-
pac solution init --publisher-name examplepublisher --publisher-prefix examplepublisherprefix --outputDirectory "SolutionLogicalNameExample"
2+
pac solution init --publisher-name "examplepublisher" --publisher-prefix "examplepublisherprefix" --outputDirectory "SolutionLogicalNameExample"
33
cd "SolutionLogicalNameExample"
44

55
# Rename the src folder (produced by PAC CLI to remove the double src folder)

0 commit comments

Comments
 (0)