Skip to content

Commit

Permalink
Add missing dash to tutorials.
Browse files Browse the repository at this point in the history
Closes #268.
  • Loading branch information
theory committed Oct 19, 2015
1 parent 3eec3ab commit d19a19d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions Changes
Expand Up @@ -15,6 +15,8 @@ Revision history for Perl extension App::Sqitch
`etc` files to better match the `--installdirs` option, which defaults
to the "site" directories. Thanks to @carragom for the pull request
(#265).
- Added missing dash to `-engine` in sample calls to `sqitch init` in the
tutorials. Thanks to Andrew Dunstan for the spot (Issue #268).

0.9993 2015-08-17T17:55:26Z
[Bug Fixes]
Expand Down
2 changes: 1 addition & 1 deletion lib/sqitchtutorial-firebird.pod
Expand Up @@ -53,7 +53,7 @@ project must have a name associated with it, and, optionally, a unique URI. We
recommend including the URI, as it increases the uniqueness of object
identifiers internally, so let's specify one when we initialize Sqitch:

> sqitch init flipr --uri https://github.com/theory/sqitch-firebird-intro/ -engine firebird
> sqitch init flipr --uri https://github.com/theory/sqitch-firebird-intro/ --engine firebird
Created sqitch.conf
Created sqitch.plan
Created deploy/
Expand Down
2 changes: 1 addition & 1 deletion lib/sqitchtutorial-oracle.pod
Expand Up @@ -94,7 +94,7 @@ project must have a name associated with it, and, optionally, a unique URI. We
recommend including the URI, as it increases the uniqueness of object
identifiers internally, so let's specify one when we initialize Sqitch:

> sqitch init flipr --uri https://github.com/theory/sqitch-oracle-intro/ -engine oracle
> sqitch init flipr --uri https://github.com/theory/sqitch-oracle-intro/ --engine oracle
Created sqitch.conf
Created sqitch.plan
Created deploy/
Expand Down
2 changes: 1 addition & 1 deletion lib/sqitchtutorial-sqlite.pod
Expand Up @@ -52,7 +52,7 @@ project must have a name associated with it, and, optionally, a unique URI. We
recommend including the URI, as it increases the uniqueness of object
identifiers internally, so let's specify one when we initialize Sqitch:

> sqitch init flipr --uri https://github.com/theory/sqitch-sqlite-intro/ -engine sqlite
> sqitch init flipr --uri https://github.com/theory/sqitch-sqlite-intro/ --engine sqlite
Created sqitch.conf
Created sqitch.plan
Created deploy/
Expand Down
2 changes: 1 addition & 1 deletion lib/sqitchtutorial-vertica.pod
Expand Up @@ -101,7 +101,7 @@ project must have a name associated with it, and, optionally, a unique URI. We
recommend including the URI, as it increases the uniqueness of object
identifiers internally, so let's specify one when we initialize Sqitch:

> sqitch init flipr --uri https://github.com/theory/sqitch-vertica-intro/ -engine vertica
> sqitch init flipr --uri https://github.com/theory/sqitch-vertica-intro/ --engine vertica
Created sqitch.conf
Created sqitch.plan
Created deploy/
Expand Down
2 changes: 1 addition & 1 deletion lib/sqitchtutorial.pod
Expand Up @@ -51,7 +51,7 @@ project must have a name associated with it, and, optionally, a unique URI. We
recommend including the URI, as it increases the uniqueness of object
identifiers internally, so let's specify one when we initialize Sqitch:

> sqitch init flipr --uri https://github.com/theory/sqitch-intro/ -engine pg
> sqitch init flipr --uri https://github.com/theory/sqitch-intro/ --engine pg
Created sqitch.conf
Created sqitch.plan
Created deploy/
Expand Down

0 comments on commit d19a19d

Please sign in to comment.