diff mbox

[Branch,~linaro-validation/lava-server/trunk] Rev 326: Fix typo

Message ID 20111129200213.19830.65544.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Zygmunt Krynicki Nov. 29, 2011, 8:02 p.m. UTC
------------------------------------------------------------
revno: 326
committer: Zygmunt Krynicki <zygmunt.krynicki@linaro.org>
branch nick: lava-server
timestamp: Tue 2011-11-29 16:16:46 +0100
message:
  Fix typo
modified:
  lava_server/urls.py


--
lp:lava-server
https://code.launchpad.net/~linaro-validation/lava-server/trunk

You are subscribed to branch lp:lava-server.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-server/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'lava_server/urls.py'
--- lava_server/urls.py	2011-11-29 15:14:01 +0000
+++ lava_server/urls.py	2011-11-29 15:16:46 +0000
@@ -37,7 +37,7 @@ 
     url(r'^{mount_point}$'.format(mount_point=settings.MOUNT_POINT),
         index,
         name='lava.home'),
-    url(r'^{mount_point}me/$'.fromat(mount_point=settings.MOUNT_POINT),
+    url(r'^{mount_point}me/$'.format(mount_point=settings.MOUNT_POINT),
         me,
         name='lava.me'),
     url(r'^{mount_point}version/$'.format(mount_point=settings.MOUNT_POINT),